remove dupe addToNeedsParentFixupList() call

This commit is contained in:
Andrew Meadows 2017-09-25 08:50:58 -07:00
parent 0c934e863b
commit b16d666026

View file

@ -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();