mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 11:46:34 +02:00
remove dupe addToNeedsParentFixupList() call
This commit is contained in:
parent
0c934e863b
commit
b16d666026
1 changed files with 0 additions and 3 deletions
|
@ -116,9 +116,6 @@ void EntityTree::readBitstreamToTree(const unsigned char* bitstream,
|
|||
EntityItemPointer entityItem = itr.value();
|
||||
AddEntityOperator theOperator(getThisPointer(), entityItem);
|
||||
recurseTreeWithOperator(&theOperator);
|
||||
if (!entityItem->getParentID().isNull()) {
|
||||
addToNeedsParentFixupList(entityItem);
|
||||
}
|
||||
postAddEntity(entityItem);
|
||||
}
|
||||
_entitiesToAdd.clear();
|
||||
|
|
Loading…
Reference in a new issue