You've already forked godot
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:
@@ -42,6 +42,7 @@ void Timer::_notification(int p_what) {
|
||||
break;
|
||||
#endif
|
||||
start();
|
||||
autostart=false;
|
||||
}
|
||||
} break;
|
||||
case NOTIFICATION_PROCESS: {
|
||||
|
||||
Reference in New Issue
Block a user