mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
osu!-side changes in-line with framework layout changes
This commit is contained in:
@ -12,6 +12,6 @@ namespace osu.Game.Graphics.Containers
|
||||
{
|
||||
protected override int Compare(Drawable x, Drawable y) => CompareReverseChildID(x, y);
|
||||
|
||||
protected override IEnumerable<Drawable> FlowingChildren => base.FlowingChildren.Reverse();
|
||||
public override IEnumerable<Drawable> FlowingChildren => base.FlowingChildren.Reverse();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user