1
0
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:
Bartłomiej Dach 2023-11-20 15:54:43 +09:00
parent 43dbd65708
commit 4061417ac8
No known key found for this signature in database

View File

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