1
0
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:
Dean Herbert 2018-11-15 14:11:58 +09:00
parent b574a07f23
commit 01f814aace

View File

@ -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,