mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Fix missing bind
This commit is contained in:
parent
bd0576537e
commit
ea1309e768
@ -171,6 +171,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
||||
participantInfo.Participants.BindTo(bindings.Participants);
|
||||
|
||||
participantCount.Participants.BindTo(bindings.Participants);
|
||||
participantCount.ParticipantCount.BindTo(bindings.ParticipantCount);
|
||||
participantCount.MaxParticipants.BindTo(bindings.MaxParticipants);
|
||||
|
||||
beatmapTypeInfo.Type.BindTo(bindings.Type);
|
||||
|
Loading…
Reference in New Issue
Block a user