mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2024-11-11 04:50:37 +01:00
fix undeclared local
This commit is contained in:
parent
9b7e71c675
commit
1dbea13f67
|
@ -79,6 +79,7 @@ end
|
|||
|
||||
|
||||
local web_line = function(pos, dir, distance)
|
||||
local anchored
|
||||
local web_spine = {}
|
||||
for i = 0, distance do
|
||||
local web_pos = vector.add(pos, vector.multiply(dir,i))
|
||||
|
|
Loading…
Reference in New Issue
Block a user