From 9d9d9f3826496d08f779936368755e01781a3aac Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 12 Apr 2025 16:48:02 +0100 Subject: Update info in the readme and a few comments --- src/fastfwd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fastfwd.h') 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); -- cgit v1.2.3-54-g00ecf