aboutsummaryrefslogtreecommitdiff
path: root/src/fastfwd.h
diff options
context:
space:
mode:
authorGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-04-12 16:48:02 +0100
committerGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-04-12 16:48:49 +0100
commit9d9d9f3826496d08f779936368755e01781a3aac (patch)
tree5916fd8aff13b662f0a95cacf72a733be5b27a0b /src/fastfwd.h
parentac876ed2ef1c12f58b3426ffb3cb9d405428c12c (diff)
downloadsst-9d9d9f3826496d08f779936368755e01781a3aac.tar.gz
sst-9d9d9f3826496d08f779936368755e01781a3aac.zip
Update info in the readme and a few comments
Diffstat (limited to 'src/fastfwd.h')
-rw-r--r--src/fastfwd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastfwd.h b/src/fastfwd.h
index 6313e0c..e76c92c 100644
--- a/src/fastfwd.h
+++ b/src/fastfwd.h
@@ -20,7 +20,7 @@
/*
* Fast-forwards in-game time by a number of seconds, ignoring the usual
* host_framerate and host_timescale settings. timescale controls how many
- * seconds of game pass per real-time second.
+ * seconds of game time pass per real-time second.
*/
void fastfwd(float seconds, float timescale);