mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
WAGE: Fix race condition which led to random crashes
This commit is contained in:
parent
9bd51254c6
commit
83dcdf9c63
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user