more fixes
This commit is contained in:
parent
66e96e7a87
commit
dde6396f22
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user