mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 12:30:40 +02:00
fix CR issues
This commit is contained in:
parent
0c90a5f6b0
commit
cd1f07231f
1 changed files with 2 additions and 3 deletions
|
@ -613,7 +613,6 @@ int main(int argc, const char * argv[]) {
|
|||
if (packetData[0] == PACKET_HEADER_ERASE_VOXEL) {
|
||||
|
||||
// Send these bits off to the VoxelTree class to process them
|
||||
//printf("got Erase Voxels message, have voxel tree do the work... randomTree.processRemoveVoxelBitstream()\n");
|
||||
pthread_mutex_lock(&::treeLock);
|
||||
randomTree.processRemoveVoxelBitstream((unsigned char*)packetData, receivedBytes);
|
||||
pthread_mutex_unlock(&::treeLock);
|
||||
|
|
Loading…
Reference in a new issue