From fe204dbc87750b8ad55f872decf17366a9526c02 Mon Sep 17 00:00:00 2001 From: toaster Date: Fri, 18 Mar 2022 17:14:05 +0000 Subject: [PATCH] Change variable from previous commit to the one used in Kart startup. --- src/v_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v_video.c b/src/v_video.c index 2795a21f4..dab3ad6b2 100644 --- a/src/v_video.c +++ b/src/v_video.c @@ -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; }