diff options
Diffstat (limited to 'doc/classes/Timer.xml')
| -rw-r--r-- | doc/classes/Timer.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Timer.xml b/doc/classes/Timer.xml index 2a69709da..7ea83b0b2 100644 --- a/doc/classes/Timer.xml +++ b/doc/classes/Timer.xml @@ -77,10 +77,10 @@ </signal> </signals> <constants> - <constant name="TIMER_PROCESS_PHYSICS" value="0"> + <constant name="TIMER_PROCESS_PHYSICS" value="0" enum="TimerProcessMode"> Update the Timer during the physics step at each frame (fixed framerate processing). </constant> - <constant name="TIMER_PROCESS_IDLE" value="1"> + <constant name="TIMER_PROCESS_IDLE" value="1" enum="TimerProcessMode"> Update the Timer during the idle time at each frame. </constant> </constants> |
