about summary refs log tree commit diff stats
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index 5583380..5c1abd9 100644
--- a/main.lua
+++ b/main.lua
@@ -119,6 +119,7 @@ function love.draw()
             -- cursor
             love.graphics.setColor(1,0,0)
             love.graphics.circle('fill', 25,y+math.floor(15*Zoom), 2)
+            love.graphics.setColor(0,0,0)
           end
         y = y + math.floor(15*Zoom)  -- text height
       elseif line.mode == 'drawing' then