1
0
Fork 0
This commit is contained in:
Bernat 2025-02-28 13:13:54 +01:00 committed by GitHub
commit bba1f65c73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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;