mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 17:28:13 +02:00
remove redundant addToNeedsParentFixupList()
This commit is contained in:
parent
d3fea94540
commit
d1927340f5
1 changed files with 0 additions and 4 deletions
|
@ -531,10 +531,6 @@ EntityItemPointer EntityTree::addEntity(const EntityItemID& entityID, const Enti
|
||||||
// Recurse the tree and store the entity in the correct tree element
|
// Recurse the tree and store the entity in the correct tree element
|
||||||
AddEntityOperator theOperator(getThisPointer(), result);
|
AddEntityOperator theOperator(getThisPointer(), result);
|
||||||
recurseTreeWithOperator(&theOperator);
|
recurseTreeWithOperator(&theOperator);
|
||||||
if (!result->getParentID().isNull()) {
|
|
||||||
addToNeedsParentFixupList(result);
|
|
||||||
}
|
|
||||||
|
|
||||||
postAddEntity(result);
|
postAddEntity(result);
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Reference in a new issue