You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
fixes crash/deadlock when video is paused and unpaused, might affect audio sync tho
This commit is contained in:
@@ -271,6 +271,7 @@ void VideoPlayer::set_paused(bool p_paused) {
|
||||
playback->set_paused(p_paused);
|
||||
set_process(!p_paused);
|
||||
};
|
||||
last_audio_time = 0;
|
||||
};
|
||||
|
||||
bool VideoPlayer::is_paused() const {
|
||||
|
||||
Reference in New Issue
Block a user