about summary refs log tree commit diff stats
path: root/text.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-06-18 00:03:19 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-06-18 00:03:19 -0700
commitc15ee0b4a06e68f095c3667d62305c3178a68562 (patch)
treee25b63a4031ecd78929b0ef1bc69b342944511fe /text.lua
parent97bbc7da7f9ccb8bc6cb9c6506c746b1e89730e8 (diff)
downloadtext.love-c15ee0b4a06e68f095c3667d62305c3178a68562.tar.gz
correct location of the line width slider
Diffstat (limited to 'text.lua')
-rw-r--r--text.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/text.lua b/text.lua
index 143a9d0..04a918a 100644
--- a/text.lua
+++ b/text.lua
@@ -14,6 +14,7 @@ require 'text_tests'
 function Text.draw(line, line_width, line_index)
 --?   print('text.draw', line_index)
   love.graphics.setColor(0,0,0)
+--?   love.graphics.line(Line_width,0, Line_width,App.screen.height)
   -- wrap long lines
   local x = Margin_left
   local y = line.y