Fix sdl window not showing on some systems

This commit is contained in:
Marcus Minhorst 2025-08-28 17:00:43 -04:00 committed by Rachael Alexanderson
commit 65ea93236c

View file

@ -917,7 +917,7 @@ void D_Display ()
if (nodrawers || screen == NULL)
return; // for comparative timing / profiling
if (!AppActive && (screen->IsFullscreen() || !vid_activeinbackground))
if (!AppActive && !setmodeneeded && (screen->IsFullscreen() || !vid_activeinbackground))
{
return;
}