mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-09 20:56:43 +00:00
HUD: always use double digits for "Finish" and "Best Lap" timestamps
Minor oversight
This commit is contained in:
parent
35d9079140
commit
5a7c8c3eb2
1 changed files with 1 additions and 1 deletions
|
|
@ -6032,7 +6032,7 @@ void K_drawKartHUD(void)
|
|||
Draw::TextElement text =
|
||||
tics != UINT32_MAX ?
|
||||
Draw::TextElement(
|
||||
"{}'{}\"{}",
|
||||
"{:02}'{:02}\"{:02}",
|
||||
G_TicsToMinutes(tics, true),
|
||||
G_TicsToSeconds(tics),
|
||||
G_TicsToCentiseconds(tics)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue