mirror of https://github.com/godotengine/godot
Merge bd3a30649b into 15ff450680
This commit is contained in:
commit
bba1f65c73
|
|
@ -136,6 +136,7 @@ void VideoStreamPlayer::_notification(int p_notification) {
|
|||
} break;
|
||||
|
||||
case NOTIFICATION_EXIT_TREE: {
|
||||
stop();
|
||||
AudioServer::get_singleton()->remove_mix_callback(_mix_audios, this);
|
||||
} break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue