Restore loading screen under sdl

This commit is contained in:
Marcus Minhorst 2025-08-28 17:35:34 -04:00 committed by Rachael Alexanderson
commit 2e8fb069f3

View file

@ -694,6 +694,13 @@ void FStartScreen::Render(bool force)
DrawTexture(twod, StartupTexture, 0, 0, DTA_VirtualWidthF, displaywidth, DTA_VirtualHeightF, displayheight, TAG_END);
}
if (setmodeneeded)
{
setmodeneeded = false;
screen->ToggleFullscreen(vid_fullscreen);
V_OutputResized(screen->GetWidth(), screen->GetHeight());
}
twod->End();
screen->Update();
twod->OnFrameDone();