1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 21:54:47 +08:00

change max accuracy to 99%

This commit is contained in:
Gabe Livengood
2022-06-06 12:05:45 -04:00
Unverified
parent 58d4aeb4fb
commit 6710df94a7
@@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Mods
public BindableNumber<double> MinimumAccuracy { get; } = new BindableDouble
{
MinValue = 0.01,
MaxValue = 1,
MaxValue = 0.99,
Precision = 0.01,
Default = 0.9,
Value = 0.9,