1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-06 17:25:19 +00:00

-make stream player and time restore state properly if removed, fixes #1949

This commit is contained in:
Juan Linietsky
2016-02-02 23:26:20 -03:00
parent dcb823b293
commit 259bd73cae
3 changed files with 14 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ void Timer::_notification(int p_what) {
break;
#endif
start();
autostart=false;
}
} break;
case NOTIFICATION_PROCESS: {