You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-25 15:37:42 +00:00
more fixes
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user