Skip to content

Commit

Permalink
SHERLOCK: Fix buffer reference in randomTransition
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 12, 2015
1 parent e745639 commit 1cdfeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sherlock/screen.cpp
Expand Up @@ -234,7 +234,7 @@ void Screen::randomTransition() {
}

// Make sure everything has been transferred
blitFrom(_backBuffer1);
blitFrom(*_backBuffer);
}

/**
Expand Down

0 comments on commit 1cdfeaa

Please sign in to comment.