On second thought, that comment is probably not necessary.

svn-id: r21315
This commit is contained in:
Torbjörn Andersson 2006-03-15 15:35:52 +00:00
parent 286434c88d
commit 5d0ac7d57c

View File

@ -756,8 +756,6 @@ void KyraEngine::delay(uint32 amount, bool update, bool isMainLoop) {
case OSystem::EVENT_MOUSEMOVE:
_mouseX = event.mouse.x;
_mouseY = event.mouse.y;
// Unnecessary in the SDL backend, but perhaps
// needed in others.
_system->updateScreen();
break;
case OSystem::EVENT_QUIT: