mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
cr cleanup
This commit is contained in:
parent
5a90dc4487
commit
4cea0ffa10
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ using voxels_lib::printLog;
|
|||
|
||||
int boundaryDistanceForRenderLevel(unsigned int renderLevel) {
|
||||
float voxelSizeScale = 5000.0;
|
||||
return voxelSizeScale/pow(2,renderLevel);
|
||||
return voxelSizeScale / powf(2, renderLevel);
|
||||
}
|
||||
|
||||
VoxelTree::VoxelTree() :
|
||||
|
|
Loading…
Reference in a new issue