mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 19:10:35 +08:00
use two decimal points for ModRateAdjust format
This commit is contained in:
@@ -16,6 +16,6 @@ namespace osu.Game.Rulesets.Mods
|
||||
track.AddAdjustment(AdjustableProperty.Tempo, SpeedChange);
|
||||
}
|
||||
|
||||
public override string SettingDescription => SpeedChange.IsDefault ? string.Empty : $"{SpeedChange.Value:N1}x";
|
||||
public override string SettingDescription => SpeedChange.IsDefault ? string.Empty : $"{SpeedChange.Value:N2}x";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user