mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Decrease default value for slider tolerance
Highly subjective change, but at 50 the drawing just did not feel responsive enough to input.
This commit is contained in:
parent
43dbd65708
commit
4061417ac8
@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
Precision = 0.01f
|
||||
};
|
||||
|
||||
private readonly BindableInt sliderTolerance = new BindableInt(50)
|
||||
private readonly BindableInt sliderTolerance = new BindableInt(40)
|
||||
{
|
||||
MinValue = 5,
|
||||
MaxValue = 100
|
||||
|
Loading…
Reference in New Issue
Block a user