diff options
-rw-r--r-- | engines/gob/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/util.cpp b/engines/gob/util.cpp index d51cbad6b3..deae0b8485 100644 --- a/engines/gob/util.cpp +++ b/engines/gob/util.cpp @@ -143,6 +143,7 @@ void Util::processInput(bool scroll) { _vm->_util->setMousePos(x, y); _vm->_game->wantScroll(x, y); + _vm->_game->evaluateScroll(); } } |