[Bf-blender-cvs] [93de6b912f8] master: Docs: correct GHOST_TimerProcPtr time doc-string

Campbell Barton noreply at git.blender.org
Fri Jun 24 01:01:33 CEST 2022


Commit: 93de6b912f82dd22530a69af79c648cff0a4b6d6
Author: Campbell Barton
Date:   Fri Jun 24 08:43:18 2022 +1000
Branches: master
https://developer.blender.org/rB93de6b912f82dd22530a69af79c648cff0a4b6d6

Docs: correct GHOST_TimerProcPtr time doc-string

===================================================================

M	intern/ghost/GHOST_Types.h

===================================================================

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;



More information about the Bf-blender-cvs mailing list