mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 00:03:39 +02:00
remove noise
This commit is contained in:
parent
e1064d8da7
commit
54a746a846
1 changed files with 0 additions and 8 deletions
|
@ -1562,14 +1562,6 @@ int Octree::encodeTreeBitstreamRecursion(OctreeElement* element,
|
|||
if (continueThisLevel && actualChildrenDataBits != childrenDataBits) {
|
||||
// repair the child data mask
|
||||
continueThisLevel = packetData->updatePriorBitMask(childDataBitsPlaceHolder, actualChildrenDataBits);
|
||||
|
||||
qDebug() << "UPDATED child data bits for element " << element->getAACube()
|
||||
<< " was:" << childrenDataBits
|
||||
<< " now:" << actualChildrenDataBits
|
||||
<< " params.stopReason:" << params.getStopReason()
|
||||
<< " elementAppendState:" << elementAppendState
|
||||
<< " bytesAtThisLevel:" << bytesAtThisLevel;
|
||||
|
||||
if (!continueThisLevel) {
|
||||
qDebug() << "WARNING UNEXPECTED CASE: Failed to update childDataBitsPlaceHolder";
|
||||
qDebug() << "This is not expected!!!! -- continueThisLevel=FALSE....";
|
||||
|
|
Loading…
Reference in a new issue