mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:13:21 +08:00
update default parameters
This commit is contained in:
parent
595bc9398a
commit
4cd6efc8f7
@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
{
|
||||
}
|
||||
|
||||
public BindableFloat Tolerance { get; } = new BindableFloat(1.5f)
|
||||
public BindableFloat Tolerance { get; } = new BindableFloat(2f)
|
||||
{
|
||||
MinValue = 0.05f,
|
||||
MaxValue = 3f,
|
||||
@ -32,7 +32,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
};
|
||||
|
||||
// We map internal ranges to a more standard range of values for display to the user.
|
||||
private readonly BindableInt displayTolerance = new BindableInt(40)
|
||||
private readonly BindableInt displayTolerance = new BindableInt(66)
|
||||
{
|
||||
MinValue = 5,
|
||||
MaxValue = 100
|
||||
|
Loading…
Reference in New Issue
Block a user