Previously, sorting with ySort or any custom sort would sort the nodes list directly which would change the order in which the Node.update() method is invoked. This change allows to keep the original update order while using a custom sort to allow for rendering in a different order.
Previously, sorting with
ySort
or any custom sort would sort thenodes
list directly which would change the order in which theNode.update()
method is invoked. This change allows to keep the original update order while using a custom sort to allow for rendering in a different order.