mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 05:22:54 +08:00
Schedule group refresh when loaded
This commit is contained in:
parent
68a81e0eb0
commit
d762ec959c
@ -60,7 +60,10 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
|
|||||||
if (end != null)
|
if (end != null)
|
||||||
bindEvents(end);
|
bindEvents(end);
|
||||||
|
|
||||||
refresh();
|
if (IsLoaded)
|
||||||
|
scheduleRefresh();
|
||||||
|
else
|
||||||
|
refresh();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user