Comment out a workaround.
If you experience issue, get in touch
This commit is contained in:
parent
d077b17462
commit
7a2eaeac82
1 changed files with 2 additions and 2 deletions
4
maze.lua
4
maze.lua
|
@ -41,8 +41,8 @@ function M.generate_maze(seed, width, height, path_length, path_width)
|
|||
|
||||
math.randomseed(seed) -- seed the random number generator with the system clock
|
||||
|
||||
width = width - 1
|
||||
height = height - 1
|
||||
-- width = width - 1
|
||||
-- height = height - 1
|
||||
|
||||
local world = {}
|
||||
for y = 0, height, 1 do
|
||||
|
|
Loading…
Reference in a new issue