Try fix click sorting & other misc changes. (#15686)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user