From ece73b6683fb71248a9055dc1d5fbff565bdf5bc Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 14 May 2022 15:10:12 -0700 Subject: [PATCH] . --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 11a2809..d0bb18c 100644 --- a/main.lua +++ b/main.lua @@ -75,7 +75,7 @@ function love.draw() love.graphics.setColor(0, 0, 0) end, 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}) elseif type(line) == 'table' then -- line drawing