1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Actually show the room in the sub screen

This commit is contained in:
smoogipoo 2021-08-17 17:58:24 +09:00
parent 5d72c5911a
commit 6840ec6716

View File

@ -113,13 +113,15 @@ namespace osu.Game.Screens.OnlinePlay.Match
RowDimensions = new[]
{
new Dimension(GridSizeMode.AutoSize),
new Dimension(GridSizeMode.Absolute, 10)
},
Content = new[]
{
new Drawable[]
{
CreateDrawableRoom(room),
CreateDrawableRoom(room).With(d => d.MatchingFilter = true),
},
null,
new Drawable[]
{
new Container