From 622a078d248e9e4cac174b52c7c6db26dcce7722 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Tue, 30 Apr 2013 10:10:17 -0700 Subject: [PATCH] code review cleanup --- interface/src/VoxelSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/VoxelSystem.cpp b/interface/src/VoxelSystem.cpp index e9040ac48a..24f7665e50 100644 --- a/interface/src/VoxelSystem.cpp +++ b/interface/src/VoxelSystem.cpp @@ -203,7 +203,7 @@ int VoxelSystem::treeToArrays(VoxelNode* currentNode, const glm::vec3& nodePosi } } - // if we didn't get any voxels added then we're a leaf (XXXBHG - Stephen can you explain this to me????) + // if we didn't get any voxels added then we're a leaf // add our vertex and color information to the interleaved array if (voxelsAdded == 0 && currentNode->isColored()) { float startVertex[3];