mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 10:17:14 +00:00
ZVISION: Always update the screen to ensure the mouse continues to render
This commit is contained in:
parent
9294c5eac9
commit
6c7303995f
@ -153,11 +153,12 @@ void ZVision::playVideo(Video::VideoDecoder &videoDecoder, const Common::Rect &d
|
||||
} else {
|
||||
_system->copyRectToScreen((const byte *)frame->getBasePtr(0, 0), pitch, x, y, finalWidth, finalHeight);
|
||||
}
|
||||
|
||||
_system->updateScreen();
|
||||
}
|
||||
}
|
||||
|
||||
// Always update the screen so the mouse continues to render
|
||||
_system->updateScreen();
|
||||
|
||||
_system->delayMillis(videoDecoder.getTimeToNextFrame());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user