Refine UI stack and add Ashwick keypad puzzle
This commit is contained in:
@@ -323,7 +323,7 @@ namespace BriarQueen.Framework.Managers.Interaction
|
||||
|
||||
if (candidate.sortingOrder != currentBest.sortingOrder)
|
||||
return candidate.sortingOrder > currentBest.sortingOrder;
|
||||
|
||||
|
||||
if (candidate.depth != currentBest.depth)
|
||||
return candidate.depth > currentBest.depth;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user