mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
remove crufty comment
This commit is contained in:
parent
33d6e2ce3b
commit
8a7853a701
1 changed files with 0 additions and 1 deletions
|
@ -781,7 +781,6 @@ void EntityTree::processRemovedEntities(const DeleteEntityOperator& theOperator)
|
||||||
_simulation->prepareEntityForDelete(theEntity);
|
_simulation->prepareEntityForDelete(theEntity);
|
||||||
}
|
}
|
||||||
|
|
||||||
// keep a record of valid stale spaceIndices so they can be removed from the Space
|
|
||||||
int32_t spaceIndex = theEntity->getSpaceIndex();
|
int32_t spaceIndex = theEntity->getSpaceIndex();
|
||||||
if (spaceIndex != -1) {
|
if (spaceIndex != -1) {
|
||||||
// stale spaceIndices will be freed later
|
// stale spaceIndices will be freed later
|
||||||
|
|
Loading…
Reference in a new issue