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;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to