update default parameters

This commit is contained in:
OliBomby 2023-12-03 20:53:05 +01:00
parent 595bc9398a
commit 4cd6efc8f7
1 changed files with 2 additions and 2 deletions

View File

@ -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