mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 07:42:57 +08:00
Avoid one unnecessary path update from B-spline builder
This commit is contained in:
parent
518dcc567b
commit
f46945a294
@ -87,7 +87,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders
|
||||
if (bSplineBuilder.Tolerance != e.NewValue)
|
||||
bSplineBuilder.Tolerance = e.NewValue;
|
||||
updateSliderPathFromBSplineBuilder();
|
||||
}, true);
|
||||
});
|
||||
|
||||
drawingSettingsProvider.CornerThreshold.BindValueChanged(e =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user