Fix 2D index not being incremented

This commit is contained in:
Gaël C 2024-02-11 08:27:30 +01:00
parent 0e3c83e1d2
commit 70418f9526
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ function mapgen_rivers.make_chunk(minp, maxp, seed)
end
i2d = i2d-chulens.x
end
i2d = i2d+chulens.x
end
local pminp = {x=floor(xmin), z=floor(zmin)}