mirror of
https://github.com/alexbatalov/fallout1-ce.git
synced 2025-12-19 18:06:12 -05: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user