mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 05:59:53 +08:00
Revert "Provides higher precision settings"
This reverts commit ec61840e7d.
😐
This commit is contained in:
@@ -37,8 +37,8 @@ namespace osu.Game.Rulesets.Mods
|
||||
public BindableNumber<double> MinimumAccuracy { get; } = new BindableDouble
|
||||
{
|
||||
MinValue = 0.60,
|
||||
MaxValue = 0.9999,
|
||||
Precision = 0.0001,
|
||||
MaxValue = 0.99,
|
||||
Precision = 0.01,
|
||||
Default = 0.9,
|
||||
Value = 0.9,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user