Closed Davidah121 closed 2 years ago
The easiest way to do this is to remove the current solution for updating and rendering objects and adopt a new method. The new method will only store root elements and update them. Uses recursion to update the children.
Basically, the parent should be processed before the children.