diff options
Diffstat (limited to 'scene/main/timer.h')
-rwxr-xr-x | scene/main/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/main/timer.h b/scene/main/timer.h index 0cd92f12de..a02adbb0a3 100755 --- a/scene/main/timer.h +++ b/scene/main/timer.h @@ -50,7 +50,7 @@ protected: public: enum TimerProcessMode { - TIMER_PROCESS_FIXED, + TIMER_PROCESS_PHYSICS, TIMER_PROCESS_IDLE, }; |