diff options
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ function love.draw() love.graphics.setColor(0, 1, 1) if #state.draft == 1 then - -- love.graphics.setPointWidth(3) + love.graphics.setPointSize(3) love.graphics.points(proj(state.draft[1].x, state.draft[1].y)) elseif #state.draft >= 2 then love.graphics.line(make_verts(state.draft)) |
