mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Add back extended limits support
This commit is contained in:
@ -7,14 +7,6 @@ namespace osu.Game.Rulesets.Mods
|
||||
{
|
||||
public class ApproachRateSettingsControl : DifficultyAdjustSettingsControl
|
||||
{
|
||||
public ApproachRateSettingsControl()
|
||||
{
|
||||
CurrentNumber.Precision = 0.1f;
|
||||
|
||||
CurrentNumber.MinValue = 0;
|
||||
CurrentNumber.MaxValue = 10;
|
||||
}
|
||||
|
||||
protected override float UpdateFromDifficulty(BeatmapDifficulty difficulty) => difficulty.ApproachRate;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user