mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fix incorrect footer being used
This commit is contained in:
@ -149,7 +149,7 @@ namespace osu.Game.Screens.Multi.RealtimeMultiplayer
|
||||
},
|
||||
new Drawable[]
|
||||
{
|
||||
new Footer { SelectedItem = { BindTarget = SelectedItem } }
|
||||
new RealtimeMatchFooter { SelectedItem = { BindTarget = SelectedItem } }
|
||||
}
|
||||
},
|
||||
RowDimensions = new[]
|
||||
|
Reference in New Issue
Block a user