mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
Fixed a crash happening when an engine dirtied the full screen, and called initSize() before calling updateScreen (fixes bug 418820, specifically about Lost in Time crashing after the title screen)
svn-id: r39985
This commit is contained in:
parent
741548cda6
commit
213c3eb143
@ -162,6 +162,7 @@ void OSystem_IPHONE::initSize(uint width, uint height) {
|
||||
else
|
||||
iPhone_initSurface(width, height, false);
|
||||
|
||||
_fullScreenIsDirty = false;
|
||||
dirtyFullScreen();
|
||||
_mouseVisible = false;
|
||||
_screenChangeCount++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user