mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 13:33:52 +08:00
change max accuracy to 99%
This commit is contained in:
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,
|
||||
|
Loading…
Reference in New Issue
Block a user