mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:58:03 +02:00
spacing cleanup in EntityTreeSendThread
This commit is contained in:
parent
fe11a945ef
commit
4ece56b673
1 changed files with 0 additions and 2 deletions
|
@ -76,7 +76,6 @@ void EntityTreeSendThread::preDistributionProcessing() {
|
||||||
nodeData->setShouldForceFullScene(requiresFullScene);
|
nodeData->setShouldForceFullScene(requiresFullScene);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -113,7 +112,6 @@ bool EntityTreeSendThread::addDescendantsToExtraFlaggedEntities(const QUuid& fil
|
||||||
// enumerate the immediate children of this entity
|
// enumerate the immediate children of this entity
|
||||||
foreach (SpatiallyNestablePointer child, entityItem.getChildren()) {
|
foreach (SpatiallyNestablePointer child, entityItem.getChildren()) {
|
||||||
|
|
||||||
|
|
||||||
if (child && child->getNestableType() == NestableType::Entity) {
|
if (child && child->getNestableType() == NestableType::Entity) {
|
||||||
// this is a child that is an entity
|
// this is a child that is an entity
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue