mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
clean up warning
This commit is contained in:
parent
54a746a846
commit
a19ce6e859
1 changed files with 3 additions and 3 deletions
|
@ -1829,9 +1829,9 @@ int Octree::encodeTreeBitstreamRecursion(OctreeElement* element,
|
|||
// added back to the element bag.
|
||||
if (!continueThisLevel) {
|
||||
if (!mustIncludeAllChildData()) {
|
||||
qDebug() << "WARNING UNEXPECTED CASE - Something failed in attempting to pack this element";
|
||||
qDebug() << "IS THIS EVER EXPECTED???? -- continueThisLevel=FALSE...." ;
|
||||
qDebug() << " calling bag.insert(element);.....";
|
||||
qDebug() << "WARNING UNEXPECTED CASE - Something failed in attempting to pack this element.";
|
||||
qDebug() << " If the datatype requires all child data, then this might happen. Otherwise" ;
|
||||
qDebug() << " this is an unexpected case and we should research a potential logic error." ;
|
||||
}
|
||||
|
||||
bag.insert(element);
|
||||
|
|
Loading…
Reference in a new issue