Skip to content

Commit

Permalink
fix undeclared local
Browse files Browse the repository at this point in the history
  • Loading branch information
FaceDeer committed Mar 28, 2021
1 parent 9b7e71c commit 1dbea13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions big_webs/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 1dbea13

Please sign in to comment.