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:
parent
5d72c5911a
commit
6840ec6716
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user