Update ParticipantInfo

This commit is contained in:
Dean Herbert
2018-12-26 20:31:04 +09:00
parent 5bd3ab51dd
commit 8386e206c3
2 changed files with 11 additions and 38 deletions

View File

@ -142,7 +142,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
Padding = contentPadding,
Children = new Drawable[]
{
participantInfo = new ParticipantInfo(@"Rank Range "),
participantInfo = new ParticipantInfo(),
},
},
},