aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game_manager.cpp')
-rw-r--r--engines/titanic/game_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game_manager.cpp b/engines/titanic/game_manager.cpp
index b276405dd4..d3d9ced9d1 100644
--- a/engines/titanic/game_manager.cpp
+++ b/engines/titanic/game_manager.cpp
@@ -195,7 +195,7 @@ void CGameManager::update() {
_bounds.combine(textCursor->getCursorBounds());
// Set the screen's modified area bounds
- screenManager->setSurfaceBounds(SURFACE_BACKBUFFER, _bounds);
+ screenManager->setSurfaceBounds(SURFACE_PRIMARY, _bounds);
// Handle redrawing the view if there is any changed area
if (!_bounds.isEmpty()) {