mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 17:17:58 +02:00
CR feedback, dead code cleanup
This commit is contained in:
parent
d10e1cc39d
commit
b8747709ef
1 changed files with 2 additions and 2 deletions
|
@ -321,7 +321,7 @@ OctreeElement::AppendState EntityTreeElement::appendElementData(OctreePacketData
|
||||||
if (renderAccuracy <= 0.0f) {
|
if (renderAccuracy <= 0.0f) {
|
||||||
includeThisEntity = false; // too small, don't include it
|
includeThisEntity = false; // too small, don't include it
|
||||||
|
|
||||||
#if 1 //def WANT_LOD_DEBUGGING
|
#ifdef WANT_LOD_DEBUGGING
|
||||||
qDebug() << "skipping entity - TOO SMALL - \n"
|
qDebug() << "skipping entity - TOO SMALL - \n"
|
||||||
<< "......id:" << entity->getID() << "\n"
|
<< "......id:" << entity->getID() << "\n"
|
||||||
<< "....name:" << entity->getName() << "\n"
|
<< "....name:" << entity->getName() << "\n"
|
||||||
|
@ -337,7 +337,7 @@ OctreeElement::AppendState EntityTreeElement::appendElementData(OctreePacketData
|
||||||
}
|
}
|
||||||
|
|
||||||
if (includeThisEntity) {
|
if (includeThisEntity) {
|
||||||
#if 1 //def WANT_LOD_DEBUGGING
|
#ifdef WANT_LOD_DEBUGGING
|
||||||
qDebug() << "including entity - \n"
|
qDebug() << "including entity - \n"
|
||||||
<< "......id:" << entity->getID() << "\n"
|
<< "......id:" << entity->getID() << "\n"
|
||||||
<< "....name:" << entity->getName() << "\n"
|
<< "....name:" << entity->getName() << "\n"
|
||||||
|
|
Loading…
Reference in a new issue