micro fix

This commit is contained in:
lllzebralll
2022-06-28 19:03:01 +03:00
parent 0aa891f35f
commit 4e5869882e
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ void WorldGenerator::generate(voxel* voxels, int cx, int cy, int cz){
// id = 10;
// }
if ( ((height - (1.5 - 0.2 * pow(height - 55, 4))) < real_y) && (real_y < height)){
if ( ((height - (1.5 - 0.2 * pow(height - 54, 4))) < real_y) && (real_y < height)){
id = 10;
}
if (real_y <= 2)