1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 07:42:55 +08:00

Fix taiko difficulty adjust scroll speed being shown with too low precision

This commit is contained in:
Dean Herbert 2022-03-02 18:38:17 +09:00
parent 09a74cdfc6
commit 1a47459262

View File

@ -23,7 +23,7 @@ namespace osu.Game.Rulesets.Taiko.Mods
{ {
get get
{ {
string scrollSpeed = ScrollSpeed.IsDefault ? string.Empty : $"Scroll x{ScrollSpeed.Value:N1}"; string scrollSpeed = ScrollSpeed.IsDefault ? string.Empty : $"Scroll x{ScrollSpeed.Value:N2}";
return string.Join(", ", new[] return string.Join(", ", new[]
{ {