mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Change variable from previous commit to the one used in Kart startup.
This commit is contained in:
parent
168fc18357
commit
fe204dbc87
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ void VID_BlitLinearScreen_ASM(const UINT8 *srcptr, UINT8 *destptr, INT32 width,
|
|||
|
||||
static void CV_constextsize_OnChange(void)
|
||||
{
|
||||
if (!con_refresh)
|
||||
if (!con_startup)
|
||||
con_recalc = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue