mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
Fix for bug ref#2867294 (hopefully)
svn-id: r44542
This commit is contained in:
parent
cbcd53f1f3
commit
f915a46e1f
@ -143,6 +143,7 @@ void Util::processInput(bool scroll) {
|
||||
_vm->_util->setMousePos(x, y);
|
||||
|
||||
_vm->_game->wantScroll(x, y);
|
||||
_vm->_game->evaluateScroll();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user