mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
remove unused variable
This commit is contained in:
parent
7ea1e7285f
commit
39e5259e03
1 changed files with 0 additions and 1 deletions
|
@ -193,7 +193,6 @@ bool MovingEntitiesOperator::preRecursion(const OctreeElementPointer& element) {
|
|||
|
||||
// If this element is the best fit for the new bounds of this entity then add the entity to the element
|
||||
if (!details.newFound && entityTreeElement->bestFitBounds(details.newCube)) {
|
||||
EntityItemID entityItemID = details.entity->getEntityItemID();
|
||||
// remove from the old before adding
|
||||
EntityTreeElementPointer oldElement = details.entity->getElement();
|
||||
if (oldElement != entityTreeElement) {
|
||||
|
|
Loading…
Reference in a new issue