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:
Torbjörn Andersson 2007-04-01 13:38:03 +00:00
parent cfa746830f
commit 9339d2a54e

View File

@ -563,7 +563,8 @@ int ToucheEngine::displayQuitDialog() {
break;
}
}
_system->delayMillis(50);
_system->delayMillis(10);
_system->updateScreen();
}
clearStatusString();
return ret;