mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09: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:
@ -42,7 +42,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
|
|||||||
Entry = null;
|
Entry = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onEntryInvalidated() => refreshPoints();
|
private void onEntryInvalidated() => Scheduler.AddOnce(refreshPoints);
|
||||||
|
|
||||||
private void refreshPoints()
|
private void refreshPoints()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user