Fix for bug ref#2867294 (hopefully)

svn-id: r44542
This commit is contained in:
Arnaud Boutonné 2009-10-02 17:50:56 +00:00
parent cbcd53f1f3
commit f915a46e1f

View File

@ -143,6 +143,7 @@ void Util::processInput(bool scroll) {
_vm->_util->setMousePos(x, y);
_vm->_game->wantScroll(x, y);
_vm->_game->evaluateScroll();
}
}