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;
playback->stop();
AudioServer::get_singleton()->stream_set_active(stream_rid,false);
resampler.clear();
set_process(false);
last_audio_time=0;
};