mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 05:53:29 +02:00
style cleanup
This commit is contained in:
parent
4cab991c02
commit
9060020279
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ void VoxelTree::processRemoveVoxelBitstream(unsigned char * bitstream, int buffe
|
|||
if (atByte + voxelDataSize <= bufferSizeBytes) {
|
||||
deleteVoxelCodeFromTree(voxelCode, COLLAPSE_EMPTY_TREE);
|
||||
voxelCode += voxelDataSize;
|
||||
atByte + =voxelDataSize;
|
||||
atByte += voxelDataSize;
|
||||
} else {
|
||||
printf("WARNING! Got remove voxel bitstream that would overflow buffer, bailing processing!\n");
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue