mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Move null assert in MultiplayerPlayer
on to update thread
This commit is contained in:
@ -133,6 +133,11 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
|
|||||||
failAndBail();
|
failAndBail();
|
||||||
}
|
}
|
||||||
}), true);
|
}), true);
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override void LoadComplete()
|
||||||
|
{
|
||||||
|
base.LoadComplete();
|
||||||
|
|
||||||
Debug.Assert(client.Room != null);
|
Debug.Assert(client.Room != null);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user