mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 12:48:16 +00:00
On second thought, that comment is probably not necessary.
svn-id: r21315
This commit is contained in:
parent
286434c88d
commit
5d0ac7d57c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user