1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 14:03:12 +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
Unverified
parent 787e60f706
commit cbbf2dd158
+1 -1
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
{