diff options
Diffstat (limited to 'scene/main')
-rw-r--r-- | scene/main/timer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/timer.cpp b/scene/main/timer.cpp index 2c23b62b12..a118bc9782 100644 --- a/scene/main/timer.cpp +++ b/scene/main/timer.cpp @@ -42,6 +42,7 @@ void Timer::_notification(int p_what) { break; #endif start(); + autostart=false; } } break; case NOTIFICATION_PROCESS: { |