Merge pull request #846 from ZappoMan/master

fix small build issue in voxel-edit
This commit is contained in:
ZappoMan 2013-08-10 11:32:56 -07:00
commit 22100bd035

View file

@ -101,7 +101,7 @@ int main(int argc, const char * argv[])
// jurisdiction of the server
// This hack assumes the end nodes for demo dinner since it only guarantees
// nodes in the 8 child voxels of the main root voxel
const float verySmall = verySmall;
const float verySmall = 0.015625;
endNodeTree.createVoxel(0.0, 0.0, 0.0, verySmall, 1, 1, 1, true);
endNodeTree.createVoxel(1.0, 0.0, 0.0, verySmall, 1, 1, 1, true);
endNodeTree.createVoxel(0.0, 1.0, 0.0, verySmall, 1, 1, 1, true);