From e2e5bc352d56cbfb4438edf459d8e547b2299f06 Mon Sep 17 00:00:00 2001 From: Matthew Coppola Date: Fri, 6 Dec 2024 16:53:38 -0500 Subject: [PATCH] Call text_end (text0f153780) for correctness sake --- src/game/lv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/lv.c b/src/game/lv.c index 06bff3b84..bd2a37c2f 100644 --- a/src/game/lv.c +++ b/src/game/lv.c @@ -974,6 +974,7 @@ Gfx *lvRenderFPS(Gfx *gdl) gdl = text0f153628(gdl); gdl = textRender(gdl, &x, &y, buffer, g_CharsNumeric, g_FontNumeric, color, 0x000000a0, viGetWidth(), viGetHeight(), 0, 0); + gdl = text0f153780(gdl); gSPClearExtraGeometryModeEXT(gdl++, g_HudAlignModeL); }