mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix the console splitting up halfway through startup.
This commit is contained in:
parent
c331bac825
commit
168fc18357
1 changed files with 2 additions and 1 deletions
|
|
@ -461,7 +461,8 @@ void VID_BlitLinearScreen_ASM(const UINT8 *srcptr, UINT8 *destptr, INT32 width,
|
||||||
|
|
||||||
static void CV_constextsize_OnChange(void)
|
static void CV_constextsize_OnChange(void)
|
||||||
{
|
{
|
||||||
con_recalc = true;
|
if (!con_refresh)
|
||||||
|
con_recalc = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue