aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/gui.cpp')
-rw-r--r--engines/wage/gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/wage/gui.cpp b/engines/wage/gui.cpp
index 7f76daf111..f5c24d0021 100644
--- a/engines/wage/gui.cpp
+++ b/engines/wage/gui.cpp
@@ -138,7 +138,6 @@ static void cursor_timer_handler(void *refCon) {
gui->_cursorState = !gui->_cursorState;
g_system->copyRectToScreen(gui->_screen.getBasePtr(x, y), gui->_screen.pitch, x, y, 1, kCursorHeight);
- g_system->updateScreen();
}
Gui::Gui(WageEngine *engine) {