cr cleanup

This commit is contained in:
ZappoMan 2013-04-30 10:39:45 -07:00
parent 59ce921645
commit a6b486aa89

View file

@ -237,7 +237,7 @@ void VoxelTree::readBitstreamToTree(unsigned char * bitstream, int bufferSizeByt
// Note: we need to create this node relative to root, because we're assuming that the bitstream for the initial
// octal code is always relative to root!
bitstreamRootNode = createMissingNode(rootNode, (unsigned char *)bitstreamAt);
bitstreamRootNode = createMissingNode(rootNode, (unsigned char*) bitstreamAt);
}
int octalCodeBytes = bytesRequiredForCodeLength(*bitstreamAt);