mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 21:35:04 +02:00
remove superfluous debugging
This commit is contained in:
parent
adb45c825b
commit
65e9626e72
1 changed files with 0 additions and 3 deletions
|
@ -96,9 +96,6 @@ int VoxelTree::readNodeData(VoxelNode *destinationNode, unsigned char * nodeData
|
||||||
destinationNode->setColorFromAverageOfChildren(colorArray);
|
destinationNode->setColorFromAverageOfChildren(colorArray);
|
||||||
|
|
||||||
// give this destination node the child mask from the packet
|
// give this destination node the child mask from the packet
|
||||||
printf("The child mask is\n");
|
|
||||||
outputBits(*(nodeData + bytesRead));
|
|
||||||
printf("\n");
|
|
||||||
destinationNode->childMask = *(nodeData + bytesRead);
|
destinationNode->childMask = *(nodeData + bytesRead);
|
||||||
|
|
||||||
int childIndex = 0;
|
int childIndex = 0;
|
||||||
|
|
Loading…
Reference in a new issue