summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--source/benoit/benoit/application/loop.rs4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36ad036..c61efe4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 21
+
+* Update controls guide (fix typo)
+
# 20
* Optimise renderer
diff --git a/source/benoit/benoit/application/loop.rs b/source/benoit/benoit/application/loop.rs
index dd35c63..045b139 100644
--- a/source/benoit/benoit/application/loop.rs
+++ b/source/benoit/benoit/application/loop.rs
@@ -40,8 +40,8 @@ impl Application {
eprintln!("- R Decrease max. iteration count");
eprintln!("- F Increase max. iteration count");
eprintln!();
- eprintln!("- Z Print center value (c)");
- eprintln!("- X Dump render");
+ eprintln!("- Z Print centre value (c)");
+ eprintln!("- X Dump frame");
eprintln!("- C Render frame");
eprintln!();