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