about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--text.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.lua b/text.lua
index 30f000f..d3cc29d 100644
--- a/text.lua
+++ b/text.lua
@@ -86,7 +86,7 @@ end
 
 function Text.draw_cursor(x, y)
   love.graphics.setColor(1,0,0)
-  love.graphics.circle('fill', x,y+Line_height, 2)
+  love.graphics.circle('fill', x,y+Line_height, 3)
   love.graphics.setColor(0,0,0)
   Cursor_x = x
   Cursor_y = y+Line_height