Fix incorrect colour usage

This commit is contained in:
Dean Herbert
2019-08-25 11:44:56 +09:00
parent a19a9b90ed
commit 2e21fbcf6a
3 changed files with 4 additions and 4 deletions

View File

@ -151,7 +151,7 @@ namespace osu.Game.Overlays.Direct
AutoSizeAxes = Axes.X,
Height = 20,
Margin = new MarginPadding { Top = vertical_padding, Bottom = vertical_padding },
Children = GetDifficultyIcons(),
Children = GetDifficultyIcons(colours),
},
},
},