From 656f7a7291a4b4b476544287f6a0e788afb5b5c8 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 16 Dec 2020 07:45:43 -0500 Subject: doc: Fix explanation of time argument in run-game*. --- doc/api.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/api.texi b/doc/api.texi index a74d6f2..17accef 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -341,8 +341,8 @@ moving object between its current position and its previous position. This odd trick has the pleasing result of making the animation look smooth again, but requires keeping track of previous state. @item -@var{time}: Called to get the current time in milliseconds. This -procedure is called with no arguments. +@var{time}: Called to get the current time in seconds. This procedure +is called with no arguments. @item @var{error}: Called when an error from the @var{update} or @var{render} procedures reaches the game loop. This procedure is -- cgit v1.2.3