mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 09:33: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
|
||||
// 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);
|
||||
|
|
Loading…
Reference in a new issue