mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
We still track the mouse position while waiting for an answer to the "Do you
want to quit?" question, so it makes sense to me to keep drawing the cursor. Even if the original didn't. svn-id: r26346
This commit is contained in:
parent
cfa746830f
commit
9339d2a54e
@ -563,7 +563,8 @@ int ToucheEngine::displayQuitDialog() {
|
||||
break;
|
||||
}
|
||||
}
|
||||
_system->delayMillis(50);
|
||||
_system->delayMillis(10);
|
||||
_system->updateScreen();
|
||||
}
|
||||
clearStatusString();
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user