mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
be more careful about fixing up entities which arrived before their parents
This commit is contained in:
parent
5c93dbd20d
commit
54dafa0f83
1 changed files with 2 additions and 0 deletions
|
@ -1219,6 +1219,8 @@ void EntityTree::fixupMissingParents() {
|
|||
// entity was deleted before we found its parent
|
||||
iter.remove();
|
||||
}
|
||||
|
||||
entity->requiresRecalcBoxes();
|
||||
bool queryAACubeSuccess { false };
|
||||
bool maxAACubeSuccess { false };
|
||||
AACube newCube = entity->getQueryAACube(queryAACubeSuccess);
|
||||
|
|
Loading…
Reference in a new issue