mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 17:54:30 +02:00
potential fix for the issue with inability to query correct wearables right after deletion wearable (discuss with Dante later)
This commit is contained in:
parent
b6769f9678
commit
2055f30ed1
1 changed files with 2 additions and 0 deletions
|
@ -641,6 +641,8 @@ void EntityTree::unhookChildAvatar(const EntityItemID entityID) {
|
||||||
child->setParentID(nullptr);
|
child->setParentID(nullptr);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
entity->setParentID(nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
void EntityTree::cleanupCloneIDs(const EntityItemID& entityID) {
|
void EntityTree::cleanupCloneIDs(const EntityItemID& entityID) {
|
||||||
|
|
Loading…
Reference in a new issue