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
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public override string SettingDescription
{ {
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[]
{ {