aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/touche/ui.cpp')
-rw-r--r--engines/touche/ui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/touche/ui.cpp b/engines/touche/ui.cpp
index d2c2f1c3eb..df836e6c70 100644
--- a/engines/touche/ui.cpp
+++ b/engines/touche/ui.cpp
@@ -514,6 +514,7 @@ void ToucheEngine::printStatusString(const char *str) {
Graphics::drawRect(_offscreenBuffer, 640, 0, 0, 640, 16, 0xD6, 0xD8);
Graphics::drawString16(_offscreenBuffer, 640, 0xFF, 0, 0, str);
updateScreenArea(0, 0, 640, 16);
+ _system->updateScreen();
}
void ToucheEngine::clearStatusString() {