mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:10:49 +02:00
fix small build issue in voxel-edit
This commit is contained in:
parent
11212ca8d0
commit
996314012e
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ int main(int argc, const char * argv[])
|
||||||
// jurisdiction of the server
|
// jurisdiction of the server
|
||||||
// This hack assumes the end nodes for demo dinner since it only guarantees
|
// This hack assumes the end nodes for demo dinner since it only guarantees
|
||||||
// nodes in the 8 child voxels of the main root voxel
|
// 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(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(1.0, 0.0, 0.0, verySmall, 1, 1, 1, true);
|
||||||
endNodeTree.createVoxel(0.0, 1.0, 0.0, verySmall, 1, 1, 1, true);
|
endNodeTree.createVoxel(0.0, 1.0, 0.0, verySmall, 1, 1, 1, true);
|
||||||
|
|
Loading…
Reference in a new issue