aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/groovie/graphics.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/groovie/graphics.cpp b/engines/groovie/graphics.cpp
index 22dbacb085..716d52c564 100644
--- a/engines/groovie/graphics.cpp
+++ b/engines/groovie/graphics.cpp
@@ -60,8 +60,8 @@ void GraphicsMan::update() {
_fading = 0;
// Clear the buffer when ending the fade out
- if (_fading == 2)
- _foreground.fillRect(Common::Rect::Rect(640, 320), 0);
+ if (_fading == 2)
+ _foreground.fillRect(Common::Rect(640, 320), 0);
}
}