mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 23:26:44 +00:00
Add TODO.
svn-id: r40000
This commit is contained in:
parent
e2394f3a55
commit
5d9b095a9f
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user