fixes crash/deadlock when video is paused and unpaused, might affect audio sync tho

This commit is contained in:
Ariel Manzur 2015-12-26 15:38:39 -03:00
parent bf6ba2df46
commit 6387a8e01f
1 changed files with 1 additions and 0 deletions

View File

@ -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 {