This commit is contained in:
Kartik K. Agaram 2022-05-14 15:10:12 -07:00
parent 18bb4621c3
commit ece73b6683
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ function love.draw()
love.graphics.setColor(0, 0, 0) love.graphics.setColor(0, 0, 0)
end, end,
onpress1 = function() onpress1 = function()
table.insert(lines, i, {y=y, h=256/2, pending={}, shapes={}}) table.insert(lines, i, {y=y, h=256/2, shapes={}, pending={}})
end}) end})
elseif type(line) == 'table' then elseif type(line) == 'table' then
-- line drawing -- line drawing