LAB: Start working on a separate DisplayMan class
This commit is contained in:
parent
c399536a07
commit
733fbe4c62
16 changed files with 722 additions and 672 deletions
|
@ -156,7 +156,7 @@ void EventManager::updateMouse() {
|
|||
}
|
||||
|
||||
if (doUpdateDisplay)
|
||||
_vm->screenUpdate();
|
||||
_vm->_graphics->screenUpdate();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue