mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 15:43:21 +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
|
Precision = 0.01f
|
||||||
};
|
};
|
||||||
|
|
||||||
private readonly BindableInt sliderTolerance = new BindableInt(50)
|
private readonly BindableInt sliderTolerance = new BindableInt(40)
|
||||||
{
|
{
|
||||||
MinValue = 5,
|
MinValue = 5,
|
||||||
MaxValue = 100
|
MaxValue = 100
|
||||||
|
Loading…
Reference in New Issue
Block a user