fix CR issues

This commit is contained in:
ZappoMan 2013-05-22 13:40:59 -07:00
parent 0c90a5f6b0
commit cd1f07231f

View file

@ -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);