We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf16315 + 2f59b0e commit 88bdf8bCopy full SHA for 88bdf8b
MLAPI-Editor/PostProcessScene.cs
@@ -16,7 +16,7 @@ public static void ProcessScene()
16
traverseSortedObjects.Sort((x, y) =>
17
{
18
List<int> xSiblingIndex = x.TraversedSiblingIndex();
19
- List<int> ySiblingIndex = x.TraversedSiblingIndex();
+ List<int> ySiblingIndex = y.TraversedSiblingIndex();
20
21
while (xSiblingIndex.Count > 0 && ySiblingIndex.Count > 0)
22
0 commit comments