1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-22 22:17:46 +08:00

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)
});
}
}