mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 17:53:32 +02:00
further unmangle merge
This commit is contained in:
parent
908481d5d4
commit
5292e537ea
1 changed files with 0 additions and 1 deletions
|
@ -1025,7 +1025,6 @@ void EntityTree::fixupMissingParents() {
|
|||
bool doMove = false;
|
||||
if (entity->isParentIDValid()) {
|
||||
// this entity's parent was previously not known, and now is. Update its location in the EntityTree...
|
||||
iter.remove();
|
||||
doMove = true;
|
||||
} else if (getIsServer() && _avatarIDs.contains(entity->getParentID())) {
|
||||
// this is a child of an avatar, which the entity server will never have
|
||||
|
|
Loading…
Reference in a new issue