Fix multiplayer crashing when entering gameplay

This commit is contained in:
smoogipoo
2021-08-24 13:22:06 +09:00
parent c2974cfc65
commit df170afbc4
9 changed files with 27 additions and 23 deletions

View File

@ -39,7 +39,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
{
base.SetUpSteps();
AddStep("load chat display", () => Child = chatDisplay = new GameplayChatDisplay
AddStep("load chat display", () => Child = chatDisplay = new GameplayChatDisplay(SelectedRoom.Value)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,