mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix playlist events running too early
Screens are async loaded
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user