mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 23:12:56 +08:00
Provides higher precision settings
This commit is contained in:
parent
318431a1b7
commit
ec61840e7d
@ -37,8 +37,8 @@ namespace osu.Game.Rulesets.Mods
|
|||||||
public BindableNumber<double> MinimumAccuracy { get; } = new BindableDouble
|
public BindableNumber<double> MinimumAccuracy { get; } = new BindableDouble
|
||||||
{
|
{
|
||||||
MinValue = 0.60,
|
MinValue = 0.60,
|
||||||
MaxValue = 0.99,
|
MaxValue = 0.9999,
|
||||||
Precision = 0.01,
|
Precision = 0.0001,
|
||||||
Default = 0.9,
|
Default = 0.9,
|
||||||
Value = 0.9,
|
Value = 0.9,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user