Switching SceneItems to smarts
This commit is contained in:
@ -19,7 +19,7 @@ namespace Dawn {
|
||||
// @optional
|
||||
StateProperty<glm::vec2> uv1;
|
||||
|
||||
QuadMeshHost(SceneItem *item);
|
||||
QuadMeshHost(std::weak_ptr<SceneItem> item);
|
||||
void onStart() override;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user