Update osu.Game.Rulesets.Osu/Edit/Blueprints/Sliders/Components/PathControlPointPiece.cs

Co-authored-by: apollo <83023433+apollo-dw@users.noreply.github.com>
This commit is contained in:
Dean Herbert 2022-09-15 04:28:07 +09:00 committed by GitHub
parent 87384db872
commit c203a030c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public PathControlPointPiece(Slider slider, PathControlPoint controlPoint)
sliderVersion = slider.Path.Version.GetBoundCopy();
// schedule ensure that updates are only applied after all operations from a single frame are applied.
// this avoids inadvertently changing the slider path type for bach operations.
// this avoids inadvertently changing the slider path type for batch operations.
sliderVersion.BindValueChanged(_ => Scheduler.AddOnce(() =>
{
cachePoints(slider);