Fix sdl window not showing on some systems
This commit is contained in:
parent
cee2f9eb19
commit
65ea93236c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue