LAB: Start working on a separate DisplayMan class

This commit is contained in:
Strangerke 2015-12-04 13:32:08 +01:00 committed by Willem Jan Palenstijn
parent c399536a07
commit 733fbe4c62
16 changed files with 722 additions and 672 deletions

View file

@ -156,7 +156,7 @@ void EventManager::updateMouse() {
}
if (doUpdateDisplay)
_vm->screenUpdate();
_vm->_graphics->screenUpdate();
}