Skip to content

Commit

Permalink
SHERLOCK: RT: Fix screen drawing when actively scrolling screen
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jul 8, 2015
1 parent ed2caf7 commit 08414cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sherlock/tattoo/tattoo_scene.cpp
Expand Up @@ -354,7 +354,7 @@ void TattooScene::doBgAnim() {
events.wait(3);

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;
}

Expand Down

0 comments on commit 08414cf

Please sign in to comment.