mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'fix-ta-digits' into 'master'
HUD: always use double digits for "Finish" and "Best Lap" timestamps See merge request KartKrew/Kart!2116
This commit is contained in:
commit
ecf44cf53c
1 changed files with 1 additions and 1 deletions
|
|
@ -6032,7 +6032,7 @@ void K_drawKartHUD(void)
|
||||||
Draw::TextElement text =
|
Draw::TextElement text =
|
||||||
tics != UINT32_MAX ?
|
tics != UINT32_MAX ?
|
||||||
Draw::TextElement(
|
Draw::TextElement(
|
||||||
"{}'{}\"{}",
|
"{:02}'{:02}\"{:02}",
|
||||||
G_TicsToMinutes(tics, true),
|
G_TicsToMinutes(tics, true),
|
||||||
G_TicsToSeconds(tics),
|
G_TicsToSeconds(tics),
|
||||||
G_TicsToCentiseconds(tics)
|
G_TicsToCentiseconds(tics)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue