1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-25 15:37:42 +00:00

more fixes

This commit is contained in:
Juan Linietsky
2015-11-04 09:54:23 -03:00
parent 66e96e7a87
commit dde6396f22

View File

@@ -249,6 +249,8 @@ void VideoPlayer::stop() {
return; return;
playback->stop(); playback->stop();
AudioServer::get_singleton()->stream_set_active(stream_rid,false);
resampler.clear();
set_process(false); set_process(false);
last_audio_time=0; last_audio_time=0;
}; };