1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-05 13:13:22 +08:00

Fix follow points displaying at incorrect locations when dragging a slider out-of-bounds

This commit is contained in:
Dean Herbert 2021-05-05 18:30:57 +09:00
parent 62fa638515
commit 1410b8f36d

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()
{