diff options
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/init.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/init.texi b/doc/api/init.texi index 8312c5e..14eff4b 100644 --- a/doc/api/init.texi +++ b/doc/api/init.texi @@ -104,7 +104,7 @@ This hook is run every time the game loop catches an error. Procedures added to this hook should accept no arguments. @end defvr -@deffn {Scheme Procedure} start-game-loop [@var{#:frame-rate}] [@var{#:tick-rate}] [@var{#:max-ticks-per-frame}] +@deffn {Scheme Procedure} run-game-loop [@var{#:frame-rate}] [@var{#:tick-rate}] [@var{#:max-ticks-per-frame}] Start the game loop. @code{frame-rate} specifies the optimal number of frames to draw per second. @code{tick-rate} specifies the optimal game logic updates per second. Both @code{frame-rate} and |