Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Add Inverse Priority thing for GuiInstance #124

Closed Davidah121 closed 1 year ago

Davidah121 commented 2 years ago

Basically, the parent should be processed before the children.

Davidah121 commented 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.