aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/mohawk/livingbooks.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp
index e32e0f4475..ff259c269b 100644
--- a/engines/mohawk/livingbooks.cpp
+++ b/engines/mohawk/livingbooks.cpp
@@ -474,6 +474,7 @@ void MohawkEngine_LivingBooks::updatePage() {
for (uint16 i = 0; i < _items.size(); i++)
_items[i]->draw();
+ _needsRedraw = false;
_needsUpdate = true;
}
}