mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 14:12:55 +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)
|
||||
bindEvents(end);
|
||||
|
||||
refresh();
|
||||
if (IsLoaded)
|
||||
scheduleRefresh();
|
||||
else
|
||||
refresh();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user