mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Fix song length not being rounded correctly when DT is applied
This commit is contained in:
parent
b574a07f23
commit
01f814aace
@ -163,7 +163,7 @@ namespace osu.Game.Tournament.Components
|
||||
{
|
||||
new OsuSpriteText
|
||||
{
|
||||
Text = $"Length {length}s",
|
||||
Text = $"Length {length:0}s",
|
||||
Margin = new MarginPadding { Horizontal = 15, Vertical = 5 },
|
||||
Colour = OsuColour.Gray(0.33f),
|
||||
Anchor = Anchor.TopLeft,
|
||||
|
Loading…
Reference in New Issue
Block a user