1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00

Liquid fine tuning

This commit is contained in:
proller
2013-03-13 01:18:45 +04:00
committed by kwolekr
parent 16c031be77
commit f5ab056b38
5 changed files with 112 additions and 53 deletions

View File

@@ -324,7 +324,7 @@ void mapblock_mesh_generate_special(MeshMakeData *data,
}
}
if(air_count >= 2)
cornerlevel = -0.5*BS+0.1;
cornerlevel = -0.5*BS+0.2;
else if(valid_count > 0)
cornerlevel /= valid_count;
corner_levels[i] = cornerlevel;