Fix 0 size in test scene

This commit is contained in:
smoogipoo
2020-02-20 14:33:13 +09:00
parent 17b669fdf7
commit c5fd969568

View File

@ -27,12 +27,11 @@ namespace osu.Game.Tests.Visual.Multiplayer
});
}
Add(new Container
Add(new OverlinedPlaylist(false)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Size = new Vector2(500),
Child = new OverlinedPlaylist(false)
});
}
}