aboutsummaryrefslogtreecommitdiff
path: root/sword2/controls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/controls.cpp')
-rw-r--r--sword2/controls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/controls.cpp b/sword2/controls.cpp
index f06977b0dd..68ce63e2bd 100644
--- a/sword2/controls.cpp
+++ b/sword2/controls.cpp
@@ -283,7 +283,7 @@ int Dialog::run() {
while (!_finish) {
// So that the menu icons will reach their full size
_gui->_vm->_graphics->processMenu();
- _gui->_vm->_graphics->updateDisplay();
+ _gui->_vm->_graphics->updateDisplay(false);
int16 newMouseX = _gui->_vm->_input->_mouseX;
int16 newMouseY = _gui->_vm->_input->_mouseY + 40;