mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 11:20:24 +08:00
update default parameters
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user