mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 16:43:00 +08:00
Fix DifficultyBindable
bound desync between maxValue
and CurrentNumber.MaxValue
This commit is contained in:
parent
787e60f706
commit
cbbf2dd158
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user