summaryrefslogtreecommitdiff
path: root/scene/main
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-02-02 23:26:20 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-02-02 23:27:10 -0300
commit259bd73caed445b7d36caa31743cd049d6204e98 (patch)
tree8723e27ff7ddcdcfcded1b85d8f5807e4e3e8cc6 /scene/main
parentdcb823b2934ffddb74ff55aa7ff7f5be9e8c29b4 (diff)
-make stream player and time restore state properly if removed, fixes #1949
Diffstat (limited to 'scene/main')
-rw-r--r--scene/main/timer.cpp1
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: {