mirror of
https://github.com/alexbatalov/fallout1-ce.git
synced 2024-11-20 08:10:40 +00:00
Fix screen not being refreshed when app transitions from background
Affects some modal windows like dialog, pipboy, etc. on iOS (and likely Android).
This commit is contained in:
parent
a8c37ea47f
commit
99315ee761
@ -1119,6 +1119,7 @@ void GNW95_process_message()
|
||||
break;
|
||||
case SDL_WINDOWEVENT_SIZE_CHANGED:
|
||||
handleWindowSizeChanged();
|
||||
win_refresh_all(&scr_size);
|
||||
break;
|
||||
case SDL_WINDOWEVENT_FOCUS_GAINED:
|
||||
GNW95_isActive = true;
|
||||
|
Loading…
Reference in New Issue
Block a user