mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-26 00:53:00 +00:00
Add commented out debug statement
This commit is contained in:
parent
076297553b
commit
121b06eb9a
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ local function generate_maze3d(seed, width, height, depth, path_length, path_wid
|
||||||
for ix = cx,cx+(path_width-1) do
|
for ix = cx,cx+(path_width-1) do
|
||||||
for iy = cy,cy+path_length+(path_width-1) do
|
for iy = cy,cy+path_length+(path_width-1) do
|
||||||
world[iz][iy][ix] = " "
|
world[iz][iy][ix] = " "
|
||||||
|
-- print("[tunnel/d] ("..ix..", "..iy..", "..iz..")")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue