mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix song length not being rounded correctly when DT is applied
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user