mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
SHERLOCK: RT: Fix screen drawing when actively scrolling screen
This commit is contained in:
parent
ed2caf7cd6
commit
08414cfaed
@ -354,7 +354,7 @@ void TattooScene::doBgAnim() {
|
|||||||
events.wait(3);
|
events.wait(3);
|
||||||
|
|
||||||
if (screen._flushScreen) {
|
if (screen._flushScreen) {
|
||||||
screen.slamRect(Common::Rect(0, 0, SHERLOCK_SCREEN_WIDTH, SHERLOCK_SCREEN_HEIGHT));
|
screen.slamArea(screen._currentScroll.x, screen._currentScroll.y, SHERLOCK_SCREEN_WIDTH, SHERLOCK_SCREEN_HEIGHT);
|
||||||
screen._flushScreen = false;
|
screen._flushScreen = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user