mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 21:13:01 +08:00
Update to match framework.
This commit is contained in:
parent
f59edd697c
commit
e348f86ce1
@ -1 +1 @@
|
||||
Subproject commit e5f0cf73c1e0bbcbd04194bf175d73af47fc850a
|
||||
Subproject commit f9f962ac735c5fc83e9e6d510d54359b8062ad73
|
@ -10,7 +10,7 @@ namespace osu.Game.Graphics.Containers
|
||||
{
|
||||
public class ReverseDepthFillFlowContainer<T> : FillFlowContainer<T> where T : Drawable
|
||||
{
|
||||
protected override IComparer<Drawable> DepthComparer => new ReverseCreationOrderDepthComparer();
|
||||
protected override IEnumerable<T> FlowingChildren => base.FlowingChildren.Reverse();
|
||||
protected override IComparer<Drawable> DepthComparer => new ReverseCreationOrderDepthComparer();
|
||||
protected override IEnumerable<Drawable> FlowingChildren => base.FlowingChildren.Reverse();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user