mirror of
https://github.com/ppy/osu.git
synced 2025-03-19 04:57:46 +08:00
Fix incorrect footer being used
This commit is contained in:
parent
93cac000e5
commit
9fa1f60b7d
@ -149,7 +149,7 @@ namespace osu.Game.Screens.Multi.RealtimeMultiplayer
|
||||
},
|
||||
new Drawable[]
|
||||
{
|
||||
new Footer { SelectedItem = { BindTarget = SelectedItem } }
|
||||
new RealtimeMatchFooter { SelectedItem = { BindTarget = SelectedItem } }
|
||||
}
|
||||
},
|
||||
RowDimensions = new[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user