Try fix click sorting & other misc changes. (#15686)

This commit is contained in:
Leon Friedrich
2023-04-23 19:44:27 +12:00
committed by GitHub
parent a4297aef1a
commit 3116621501
4 changed files with 5 additions and 6 deletions

View File

@@ -136,7 +136,7 @@ namespace Content.Client.Gameplay
return cmp;
}
cmp = y.bottom.CompareTo(x.bottom);
cmp = -y.bottom.CompareTo(x.bottom);
if (cmp != 0)
{