code review cleanup

This commit is contained in:
ZappoMan 2013-04-30 10:10:17 -07:00
parent 8a5633a0db
commit 622a078d24

View file

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