Add TODO.

svn-id: r40000
This commit is contained in:
Johannes Schickel 2009-04-18 21:23:45 +00:00
parent e2394f3a55
commit 5d9b095a9f

View File

@ -413,6 +413,9 @@ void KyraEngine_v1::updateInput() {
}
}
// TODO: Check whether we should really call Screen::updateScreen here.
// We might simply want to call OSystem::updateScreen instead, since Screen::updateScreen
// copies changed screen parts to the screen buffer, which might not be desired.
if (updateScreen)
screen()->updateScreen();
}