-make stream player and time restore state properly if removed, fixes #1949
This commit is contained in:
parent
dcb823b293
commit
259bd73cae
3 changed files with 14 additions and 2 deletions
|
|
@ -42,6 +42,7 @@ void Timer::_notification(int p_what) {
|
|||
break;
|
||||
#endif
|
||||
start();
|
||||
autostart=false;
|
||||
}
|
||||
} break;
|
||||
case NOTIFICATION_PROCESS: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue