Add mod icons

This commit is contained in:
Dean Herbert
2018-11-17 16:00:12 +09:00
parent 9f519d7002
commit 4ae9413ee6
2 changed files with 20 additions and 3 deletions

View File

@ -193,7 +193,7 @@ namespace osu.Game.Tournament.Screens.MapPool
if (match.Grouping.Value != null)
{
foreach (var b in match.Grouping.Value.Beatmaps)
maps.Add(new TournamentBeatmapPanel(b.BeatmapInfo)
maps.Add(new TournamentBeatmapPanel(b.BeatmapInfo, b.Mods)
{
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,