1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 00:33:21 +08:00

Merge pull request #12685 from peppy/fix-follow-points-going-awry

Fix follow points displaying at incorrect locations when dragging a slider out-of-bounds
This commit is contained in:
Dan Balasescu 2021-05-05 22:25:04 +09:00 committed by GitHub
commit 42c82cea68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
Entry = null;
}
private void onEntryInvalidated() => refreshPoints();
private void onEntryInvalidated() => Scheduler.AddOnce(refreshPoints);
private void refreshPoints()
{