call getParentPointer when parent ID changes to update children

This commit is contained in:
Stephen Birarda 2017-02-16 15:59:45 -08:00
parent 9f9fc03751
commit 78301fd947

View file

@ -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 {