1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 12:22:57 +08:00

Use 0.1 precision for playback speed

This commit is contained in:
smoogipoo 2018-02-07 13:28:10 +09:00
parent bd5db6fc8d
commit 8e280b6b0c

View File

@ -42,7 +42,7 @@ namespace osu.Game.Screens.Play.PlayerSettings
{
Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight,
Text = "1.00x",
Text = "1.0x",
Font = @"Exo2.0-Bold",
}
},
@ -54,7 +54,7 @@ namespace osu.Game.Screens.Play.PlayerSettings
Default = 1,
MinValue = 0.5,
MaxValue = 2,
Precision = 0.01,
Precision = 0.1,
},
}
};