diff options
-rw-r--r-- | engines/hopkins/graphics.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hopkins/graphics.cpp b/engines/hopkins/graphics.cpp index ecefe4c73e..d4e1a25e9e 100644 --- a/engines/hopkins/graphics.cpp +++ b/engines/hopkins/graphics.cpp @@ -727,6 +727,7 @@ uint16 GraphicsManager::mapRGB(byte r, byte g, byte b) { void GraphicsManager::DD_VBL() { // Display any aras of the screen that need refreshing + displayDirtyRects(); displayRefreshRects(); // Update the screen |