mirror of
https://github.com/ppy/osu
synced 2025-03-19 17:44:30 +00:00
Merge pull request #20009 from frenzibyte/fix-back-to-front-comparison
Adjust weirdly back-to-front fallback comparison in `HitObjectOrderedSelectionContainer`
This commit is contained in:
commit
cfc7c32aff
@ -64,7 +64,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
|||||||
if (result != 0) return result;
|
if (result != 0) return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
return CompareReverseChildID(y, x);
|
return CompareReverseChildID(x, y);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Dispose(bool isDisposing)
|
protected override void Dispose(bool isDisposing)
|
||||||
|
Loading…
Reference in New Issue
Block a user