mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +02:00
call getParentPointer when parent ID changes to update children
This commit is contained in:
parent
9f9fc03751
commit
78301fd947
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ void SpatiallyNestable::setParentID(const QUuid& parentID) {
|
|||
_parentKnowsMe = false;
|
||||
}
|
||||
});
|
||||
|
||||
bool success = false;
|
||||
getParentPointer(success);
|
||||
}
|
||||
|
||||
Transform SpatiallyNestable::getParentTransform(bool& success, int depth) const {
|
||||
|
|
Loading…
Reference in a new issue