mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
move SettingDescription override to ModRateAdjust
This commit is contained in:
@ -15,5 +15,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
{
|
||||
track.AddAdjustment(AdjustableProperty.Tempo, SpeedChange);
|
||||
}
|
||||
|
||||
public override string SettingDescription => SpeedChange.IsDefault ? string.Empty : $"{SpeedChange.Value:N1}x";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user