Merge branch 'master' into drawable-room-update

This commit is contained in:
Dean Herbert
2017-06-25 15:55:36 +09:00
committed by GitHub
39 changed files with 39 additions and 69 deletions

View File

@ -378,7 +378,7 @@ namespace osu.Game.Screens.Multiplayer
{
participants.Text = value.Length.ToString();
participantInfo.Participants = value;
participantsFlow.Children = value.Select(u => new UserTile(u));
participantsFlow.ChildrenEnumerable = value.Select(u => new UserTile(u));
}
private class UserTile : Container, IHasTooltip