Fixing synchronization problem between descriptor sets and command buffers
This commit is contained in:
@@ -105,3 +105,8 @@ void Actor::setRootComponent(PComponent newRoot)
|
||||
rootComponent = newRoot;
|
||||
rootComponent->owner = this;
|
||||
}
|
||||
|
||||
Transform Actor::getTransform() const
|
||||
{
|
||||
return rootComponent->getTransform();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user