mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:22:57 +02:00
fix comment
This commit is contained in:
parent
7ed68ced62
commit
76d2e9bc78
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ bool DeleteEntityOperator::preRecursion(const OctreeElementPointer& element) {
|
||||||
EntityItemPointer theEntity = details.entity;
|
EntityItemPointer theEntity = details.entity;
|
||||||
bool entityDeleted = entityTreeElement->removeEntityItem(theEntity, true); // remove it from the element
|
bool entityDeleted = entityTreeElement->removeEntityItem(theEntity, true); // remove it from the element
|
||||||
assert(entityDeleted);
|
assert(entityDeleted);
|
||||||
(void)entityDeleted; // quite warning
|
(void)entityDeleted; // quiet warning about unused variable
|
||||||
_tree->clearEntityMapEntry(details.entity->getEntityItemID());
|
_tree->clearEntityMapEntry(details.entity->getEntityItemID());
|
||||||
_foundCount++;
|
_foundCount++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue