Removed useless debug print

This commit is contained in:
Gael-de-Sailly 2020-04-13 10:01:23 +02:00
parent 34de4269ee
commit eba90803fe
1 changed files with 0 additions and 3 deletions

View File

@ -157,9 +157,6 @@ local function generate(minp, maxp, seed)
local poly = polygons[i]
if poly then
local xf, zf = geometry.transform_quadri(poly.x, poly.z, x/blocksize, z/blocksize)
if xf < 0 or xf > 1 or zf < 0 or zf > 1 then
print(xf, zf, x, z)
end
local i00, i01, i11, i10 = unpack(poly.i)
local terrain_height = math.floor(interp(