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

Revamp GuiCanvas #118

Closed Davidah121 closed 1 year ago

Davidah121 commented 2 years ago

Should change so all children of the canvas have their canvas set.

The canvas render method should call all of it's children's render methods along with all of their children.

Should also implement methods similar to the normal GuiManager to prevent unnecessary draw calls.

Davidah121 commented 2 years ago

This will be fixed along with issue #124 This relies on the newer issue so that it can render after the children objects and update before them.