mirror of
https://github.com/ppy/osu
synced 2025-03-20 09:57:01 +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();
|
playlistBind.ItemsRemoved += _ => setFromPlaylist();
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
protected override void LoadComplete()
|
||||||
private void load()
|
|
||||||
{
|
{
|
||||||
|
base.LoadComplete();
|
||||||
|
|
||||||
playlistBind.BindTo(room.Playlist);
|
playlistBind.BindTo(room.Playlist);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user