Skip to content

Commit

Permalink
WRONG WAY bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko committed Apr 13, 2024
1 parent 0a4cf64 commit 3a8a5d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions decompile/General/UI/UI_RenderFrame_Racing.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ void DECOMP_UI_RenderFrame_Racing()
// midpointX
pb->rect.x + pb->rect.w >> 1,

// midpointY + 0x1e
pb->rect.x + (pb->rect.w >> 1) + 0x1e,
// midpointY, 0x1e higher
pb->rect.y + (pb->rect.h >> 1) - 0x1e,

FONT_BIG, (JUSTIFY_CENTER | ORANGE)
);
Expand Down

0 comments on commit 3a8a5d4

Please sign in to comment.