Progress
This commit is contained in:
@ -71,11 +71,9 @@ void TiledSprite::setSize(glm::vec2 size) {
|
||||
}
|
||||
|
||||
std::vector<SceneItemComponent*> TiledSprite::getDependencies() {
|
||||
this->renderer = this->item->getComponent<MeshRenderer>();
|
||||
this->host = this->item->getComponent<MeshHost>();
|
||||
|
||||
return std::vector<SceneItemComponent*>{
|
||||
this->renderer,
|
||||
this->host
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user