diff options
-rw-r--r-- | engines/hopkins/computer.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/hopkins/computer.cpp b/engines/hopkins/computer.cpp index 253d849286..f7b923badf 100644 --- a/engines/hopkins/computer.cpp +++ b/engines/hopkins/computer.cpp @@ -697,6 +697,10 @@ void ComputerManager::displayBricks() { } displayScore(); + + // Refresh the entire screen + _vm->_graphicsMan->addRefreshRect(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT); + _vm->_graphicsMan->updateScreen(); } /** |