mirror of https://github.com/ppy/osu
update default parameters
This commit is contained in:
parent
595bc9398a
commit
4cd6efc8f7
|
@ -17,7 +17,7 @@ public FreehandSliderToolboxGroup()
|
|||
{
|
||||
}
|
||||
|
||||
public BindableFloat Tolerance { get; } = new BindableFloat(1.5f)
|
||||
public BindableFloat Tolerance { get; } = new BindableFloat(2f)
|
||||
{
|
||||
MinValue = 0.05f,
|
||||
MaxValue = 3f,
|
||||
|
@ -32,7 +32,7 @@ public FreehandSliderToolboxGroup()
|
|||
};
|
||||
|
||||
// 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