Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-06-24 01:43:18 +0300
committerCampbell Barton <campbell@blender.org>2022-06-24 01:46:18 +0300
commit93de6b912f82dd22530a69af79c648cff0a4b6d6 (patch)
tree135bb17d9169a638421ff243339719fde8b5fabb
parent4919403c299682901702234a735e27c053bfe96d (diff)
Docs: correct GHOST_TimerProcPtr time doc-string
-rw-r--r--intern/ghost/GHOST_Types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_Types.h b/intern/ghost/GHOST_Types.h
index 35bde3d4413..76e6525ebfe 100644
--- a/intern/ghost/GHOST_Types.h
+++ b/intern/ghost/GHOST_Types.h
@@ -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;