Add commented out debug statement

This commit is contained in:
Starbeamrainbowlabs 2020-05-03 17:48:41 +01:00
parent 076297553b
commit 121b06eb9a
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

@ -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 iy = cy,cy+path_length+(path_width-1) do
world[iz][iy][ix] = " "
-- print("[tunnel/d] ("..ix..", "..iy..", "..iz..")")
end
end
end