mirror of
https://github.com/osukey/osukey.git
synced 2025-05-25 23:47:30 +09:00
Fix follow points displaying at incorrect locations when dragging a slider out-of-bounds
This commit is contained in:
parent
62fa638515
commit
1410b8f36d
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user