aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_scene.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-30 08:32:58 -0400
committerPaul Gilbert2015-06-30 08:32:58 -0400
commit4ff695524a71b81cdd682e33c44c5dac361a6130 (patch)
tree4e86f0485b96048219ae20b91fdc23ecc089b193 /engines/sherlock/tattoo/tattoo_scene.cpp
parent2664ee63141a18283984e2e1c9325a1362c2133c (diff)
downloadscummvm-rg350-4ff695524a71b81cdd682e33c44c5dac361a6130.tar.gz
scummvm-rg350-4ff695524a71b81cdd682e33c44c5dac361a6130.tar.bz2
scummvm-rg350-4ff695524a71b81cdd682e33c44c5dac361a6130.zip
SHERLOCK: RT: Fix order of drawing sprites and on-screen widgets
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_scene.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_scene.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/tattoo/tattoo_scene.cpp b/engines/sherlock/tattoo/tattoo_scene.cpp
index 3a0888ca57..d41df5e275 100644
--- a/engines/sherlock/tattoo/tattoo_scene.cpp
+++ b/engines/sherlock/tattoo/tattoo_scene.cpp
@@ -346,10 +346,10 @@ void TattooScene::doBgAnim() {
doBgAnimUpdateBgObjectsAndAnim();
- ui.drawInterface();
-
doBgAnimDrawSprites();
+ ui.drawInterface();
+
if (vm._creditsActive)
vm.blitCredits();