Skip to content

Commit

Permalink
Call text_end (text0f153780) for correctness sake
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenithMDC committed Dec 6, 2024
1 parent 687b966 commit e2e5bc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/lv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit e2e5bc3

Please sign in to comment.