WAGE: Fix race condition which led to random crashes

This commit is contained in:
Eugene Sandulenko 2016-01-07 14:17:50 +01:00
parent 9bd51254c6
commit 83dcdf9c63

View File

@ -138,7 +138,6 @@ static void cursor_timer_handler(void *refCon) {
gui->_cursorState = !gui->_cursorState;
g_system->copyRectToScreen(gui->_screen.getBasePtr(x, y), gui->_screen.pitch, x, y, 1, kCursorHeight);
g_system->updateScreen();
}
Gui::Gui(WageEngine *engine) {