Update sorting comparers in line with framework changes

This commit is contained in:
Thomas Müller
2017-07-11 21:21:58 +03:00
parent 39d20565aa
commit 4045083dcd
9 changed files with 37 additions and 86 deletions

View File

@ -27,7 +27,7 @@ namespace osu.Game.Screens.Play.HUD
{
Children = new Drawable[]
{
iconsContainer = new ReverseDepthFillFlowContainer<ModIcon>
iconsContainer = new ReverseChildIDFillFlowContainer<ModIcon>
{
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,