mirror of
https://github.com/JulianGro/overte.git
synced 2025-06-02 11:20:21 +02:00
code review cleanup
This commit is contained in:
parent
8a5633a0db
commit
622a078d24
1 changed files with 1 additions and 1 deletions
|
@ -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
|
// add our vertex and color information to the interleaved array
|
||||||
if (voxelsAdded == 0 && currentNode->isColored()) {
|
if (voxelsAdded == 0 && currentNode->isColored()) {
|
||||||
float startVertex[3];
|
float startVertex[3];
|
||||||
|
|
Loading…
Reference in a new issue