Switching SceneItems to smarts
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user