mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +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
|
new OsuSpriteText
|
||||||
{
|
{
|
||||||
Text = $"Length {length}s",
|
Text = $"Length {length:0}s",
|
||||||
Margin = new MarginPadding { Horizontal = 15, Vertical = 5 },
|
Margin = new MarginPadding { Horizontal = 15, Vertical = 5 },
|
||||||
Colour = OsuColour.Gray(0.33f),
|
Colour = OsuColour.Gray(0.33f),
|
||||||
Anchor = Anchor.TopLeft,
|
Anchor = Anchor.TopLeft,
|
||||||
|
Reference in New Issue
Block a user