fix syntax error
This commit is contained in:
parent
5467ad1664
commit
28df89ea7f
1 changed files with 0 additions and 1 deletions
|
@ -191,7 +191,6 @@ function M.generate_maze(seed, width, height, depth, path_length, path_width, pa
|
|||
-- WARNING: os.clock() isn't accurate, because it gives the total **CPU time**, not **real time**!
|
||||
local end_time = os.clock()
|
||||
return world, (end_time - start_time) * 1000
|
||||
return world
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Reference in a new issue