Fixed all my pointers

This commit is contained in:
2022-10-19 19:44:47 -07:00
parent fd7c075fa0
commit 70f14ee2e5
31 changed files with 289 additions and 141 deletions

View File

@@ -12,7 +12,7 @@ namespace Dawn {
public:
std::shared_ptr<Mesh> mesh = nullptr;
MeshRenderer(std::weak_ptr<SceneItem> item);
MeshRenderer(SceneItem &item);
void start() override;
};