mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 11:43:16 +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);
|
||||
}
|
||||
});
|
||||
|
||||
entity->setParentID(nullptr);
|
||||
}
|
||||
|
||||
void EntityTree::cleanupCloneIDs(const EntityItemID& entityID) {
|
||||
|
|
Loading…
Reference in a new issue