mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 03:47:32 +00:00
GOB: Reverse-blit the final frame of a live video
Fixes some glitches at the end of live videos svn-id: r55347
This commit is contained in:
parent
6b85f809d9
commit
6e403b38ba
@ -305,6 +305,8 @@ void VideoPlayer::updateLive(bool force) {
|
||||
// Video ended
|
||||
|
||||
WRITE_VAR_OFFSET(212, (uint32)-1);
|
||||
if (video->surface == _vm->_draw->_frontSurface)
|
||||
_vm->_draw->forceBlit(true);
|
||||
_vm->_vidPlayer->closeVideo();
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user