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

Fix incorrect footer being used

This commit is contained in:
smoogipoo 2020-12-21 17:31:15 +09:00
parent 93cac000e5
commit 9fa1f60b7d

View File

@ -149,7 +149,7 @@ namespace osu.Game.Screens.Multi.RealtimeMultiplayer
},
new Drawable[]
{
new Footer { SelectedItem = { BindTarget = SelectedItem } }
new RealtimeMatchFooter { SelectedItem = { BindTarget = SelectedItem } }
}
},
RowDimensions = new[]