ENGINES: Disable event polling while splash screen is shown
Co-authored-by: jdgleaver <jdgleaver@users.noreply.github.com>
This commit is contained in:
parent
c2f6eb6bc8
commit
b868400876
1 changed files with 0 additions and 1 deletions
|
@ -270,7 +270,6 @@ void splashScreen() {
|
|||
uint time0 = g_system->getMillis();
|
||||
Common::Event event;
|
||||
while (time0 + 600 > g_system->getMillis()) {
|
||||
(void)g_system->getEventManager()->pollEvent(event);
|
||||
g_system->delayMillis(10);
|
||||
}
|
||||
g_system->hideOverlay();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue