LAB: Refactor to use Engine debugger

This commit is contained in:
Paul Gilbert 2020-02-08 22:00:02 -08:00 committed by Filippos Karapetis
parent ce9bf175a5
commit 72d0d84be2
4 changed files with 1 additions and 13 deletions

View file

@ -414,7 +414,6 @@ void DisplayMan::screenUpdate() {
_vm->_event->processInput();
_vm->_system->copyRectToScreen(_displayBuffer, _screenWidth, 0, 0, _screenWidth, _screenHeight);
_vm->_console->onFrame();
_vm->_system->updateScreen();
}