potential fix for the issue with inability to query correct wearables right after deletion wearable (discuss with Dante later)

This commit is contained in:
Alexander Ivash 2018-05-09 18:25:17 +03:00
parent b6769f9678
commit 2055f30ed1

View file

@ -641,6 +641,8 @@ void EntityTree::unhookChildAvatar(const EntityItemID entityID) {
child->setParentID(nullptr);
}
});
entity->setParentID(nullptr);
}
void EntityTree::cleanupCloneIDs(const EntityItemID& entityID) {