mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +02:00
cr cleanup
This commit is contained in:
parent
778d3715ce
commit
59ce921645
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ void VoxelTree::readBitstreamToTree(unsigned char * bitstream, int bufferSizeByt
|
|||
// into a single network packet. readNodeData() basically goes down a tree from the root, and fills things in from there
|
||||
// if there are more bytes after that, it's assumed to be another root relative tree
|
||||
|
||||
while (bitstreamAt < bitstream+bufferSizeBytes) {
|
||||
while (bitstreamAt < bitstream + bufferSizeBytes) {
|
||||
VoxelNode* bitstreamRootNode = nodeForOctalCode(rootNode, (unsigned char *)bitstreamAt, NULL);
|
||||
if (*bitstreamAt != *bitstreamRootNode->octalCode) {
|
||||
// if the octal code returned is not on the same level as
|
||||
|
|
Loading…
Reference in a new issue