about summary refs log tree commit diff stats
path: root/main.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-07-08 08:47:23 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-07-08 09:44:49 -0700
commitcff1e58cf62e048380e5fcec363d1ff36fc134db (patch)
treeeefe747b71d78aea845699586e1ac3bfeb27c2be /main.lua
parent50a57d7ef6694436a465716bf1e87c0a40521abc (diff)
downloadtext.love-cff1e58cf62e048380e5fcec363d1ff36fc134db.tar.gz
switch arg for a function
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 8226be8..051a01e 100644
--- a/main.lua
+++ b/main.lua
@@ -225,8 +225,8 @@ end
 
 function App.draw()
   Button_handlers = {}
-  love.graphics.setColor(0, 0, 0)
 
+  love.graphics.setColor(0, 0, 0)
 --?   print(Screen_top1.line, Screen_top1.pos, Cursor1.line, Cursor1.pos)
   assert(Text.le1(Screen_top1, Cursor1))
   Cursor_y = -1