Merge branch 'awful-mix' of https://git.magicalgirl.moe/SinnamonLat/Kart-Public into text-fixes-that-bother-me

This commit is contained in:
ThatAwesomeGuy173 2020-04-22 01:01:08 -06:00
commit 3f587d3391
1 changed files with 4 additions and 0 deletions

View File

@ -283,6 +283,10 @@ static void D_Display(void)
{
if (nodrawers)
return; // for comparative timing/profiling
// check for change of screen size (video mode)
if (setmodeneeded && !wipe)
SCR_SetMode(); // change video mode
if (vid.recalc)
SCR_Recalc(); // NOTE! setsizeneeded is set by SCR_Recalc()