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