mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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;
|
||||
bool entityDeleted = entityTreeElement->removeEntityItem(theEntity, true); // remove it from the element
|
||||
assert(entityDeleted);
|
||||
(void)entityDeleted; // quite warning
|
||||
(void)entityDeleted; // quiet warning about unused variable
|
||||
_tree->clearEntityMapEntry(details.entity->getEntityItemID());
|
||||
_foundCount++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue