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