Fix the console splitting up halfway through startup.

This commit is contained in:
GoldenTails 2021-05-02 00:03:35 -05:00
parent f97dc1093a
commit ab84bd5370

View file

@ -455,7 +455,8 @@ void VID_BlitLinearScreen_ASM(const UINT8 *srcptr, UINT8 *destptr, INT32 width,
static void CV_constextsize_OnChange(void)
{
con_recalc = true;
if (!con_refresh)
con_recalc = true;
}