diff options
Diffstat (limited to 'engines/lab/eventman.cpp')
-rw-r--r-- | engines/lab/eventman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/eventman.cpp b/engines/lab/eventman.cpp index 751f387e05..6b73de79b5 100644 --- a/engines/lab/eventman.cpp +++ b/engines/lab/eventman.cpp @@ -156,7 +156,7 @@ void EventManager::updateMouse() { } if (doUpdateDisplay) - _vm->screenUpdate(); + _vm->_graphics->screenUpdate(); } |