1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 05:39:53 +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
Unverified
parent b574a07f23
commit 01f814aace
+1 -1
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,