mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-22 01:01:45 +00:00
Fix the console splitting up halfway through startup.
This commit is contained in:
parent
f97dc1093a
commit
ab84bd5370
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue