mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 17:33:02 +08:00
Fix DifficultyBindable bound desync between maxValue and CurrentNumber.MaxValue
This commit is contained in:
@@ -48,7 +48,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
}
|
||||
}
|
||||
|
||||
private float maxValue;
|
||||
private float maxValue = 10; // matches default max value of `CurrentNumber`
|
||||
|
||||
public float MaxValue
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user