diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-03-05 09:04:31 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-03-05 09:04:31 -0500 |
commit | 77fd1604509a7e5153b696f0d5535fd67ddbd97b (patch) | |
tree | 0978fdfb345786b7a3d0bf1bc1c1a902b16587d1 /doc | |
parent | 65514b1ccf0d7a8e3fb6dec5e09be5e0b430c136 (diff) |
doc: Fix reference to run-game*.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.texi b/doc/api.texi index 114d4f0..00f0f3a 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -66,7 +66,7 @@ argument: The amount of time to advance the game simulation. @item @var{draw}: Called each time a frame should be rendered with a single argument known as the @code{alpha} value. See the documentation for -@code{run-game} for an explanation of this value. +@code{run-game*} for an explanation of this value. @item @var{quit}: Called with zero arguments when the user tries to close |