From eecc2bcb12a7bff3573092e0a844cd0d37856599 Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Thu, 9 Dec 2010 21:24:46 +0000 Subject: MOHAWK: Don't redraw the screen every frame in LB svn-id: r54844 --- engines/mohawk/livingbooks.cpp | 1 + 1 file changed, 1 insertion(+) 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; } } -- cgit v1.2.3