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.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index 86a1e2a..5e9e883 100644
--- a/main.lua
+++ b/main.lua
@@ -116,10 +116,12 @@ function love.draw()
 --?       print(#line.points)
       draw_pending_shape(16,line.y, line)
     else
+      love.graphics.setColor(0,0,0)
       love.graphics.draw(text, 25,y, 0, 1.5)
     end
   end
   -- cursor
+  love.graphics.setColor(0,0,0)
   love.graphics.print('_', 25+text:getWidth()*1.5, y)
 
   -- display side effect