mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 20:56:41 +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) {
|
||||
includeThisEntity = false; // too small, don't include it
|
||||
|
||||
#if 1 //def WANT_LOD_DEBUGGING
|
||||
#ifdef WANT_LOD_DEBUGGING
|
||||
qDebug() << "skipping entity - TOO SMALL - \n"
|
||||
<< "......id:" << entity->getID() << "\n"
|
||||
<< "....name:" << entity->getName() << "\n"
|
||||
|
@ -337,7 +337,7 @@ OctreeElement::AppendState EntityTreeElement::appendElementData(OctreePacketData
|
|||
}
|
||||
|
||||
if (includeThisEntity) {
|
||||
#if 1 //def WANT_LOD_DEBUGGING
|
||||
#ifdef WANT_LOD_DEBUGGING
|
||||
qDebug() << "including entity - \n"
|
||||
<< "......id:" << entity->getID() << "\n"
|
||||
<< "....name:" << entity->getName() << "\n"
|
||||
|
|
Loading…
Reference in a new issue