1
0
mirror of https://github.com/ppy/osu.git synced 2024-05-14 16:10:20 +08:00

Fix DifficultyBindable bound desync between maxValue and CurrentNumber.MaxValue

This commit is contained in:
Bartłomiej Dach 2024-04-23 18:58:40 +02:00
parent 787e60f706
commit cbbf2dd158
No known key found for this signature in database

View File

@ -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
{