mirror of
https://github.com/ppy/osu
synced 2025-03-19 17:44:30 +00:00
Fix playlist events running too early
Screens are async loaded
This commit is contained in:
parent
aabe6c68f5
commit
e4e1bde5da
@ -139,9 +139,10 @@ namespace osu.Game.Screens.Multi.Match
|
||||
playlistBind.ItemsRemoved += _ => setFromPlaylist();
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
playlistBind.BindTo(room.Playlist);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user