Docs: correct GHOST_TimerProcPtr time doc-string

This commit is contained in:
Campbell Barton 2022-06-24 08:43:18 +10:00
parent 4919403c29
commit 93de6b912f
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ typedef int GHOST_TEmbedderWindowID;
/**
* A timer task callback routine.
* \param task: The timer task object.
* \param time: The current time.
* \param time: Time since this timer started (in milliseconds).
*/
#ifdef __cplusplus
class GHOST_ITimerTask;