Switching SceneItems to smarts

This commit is contained in:
2023-11-12 23:02:11 -06:00
parent e540efb726
commit ba185e9fe4
124 changed files with 185 additions and 775 deletions

View File

@ -55,7 +55,7 @@ namespace Dawn {
*
* @param item SceneItem that this component belongs to.
*/
Camera(SceneItem *item);
Camera(std::weak_ptr<SceneItem> item);
/**
* Returns the current projection matrix.