mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
osu!-side changes in-line with framework layout changes
This commit is contained in:
@ -22,7 +22,7 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
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();
|
||||
|
||||
public override Anchor Origin => Anchor.Custom;
|
||||
|
||||
|
Reference in New Issue
Block a user