about summary refs log tree commit diff stats
path: root/main.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-05-17 23:24:46 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-05-17 23:24:46 -0700
commitdc618a419c3e4c0fb3519b294dc741ad0b2221be (patch)
tree798745331a4550fd093551df99304ccac250e184 /main.lua
parentb544e8c3576aec557f384c5d31224c6cfe625de7 (diff)
downloadtext.love-dc618a419c3e4c0fb3519b294dc741ad0b2221be.tar.gz
highlight another global
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 3279dde..d95c259 100644
--- a/main.lua
+++ b/main.lua
@@ -95,7 +95,7 @@ function love.filedropped(file)
 end
 
 function love.draw()
-  button_handlers = {}
+  Button_handlers = {}
   love.graphics.setColor(1, 1, 1)
   love.graphics.rectangle('fill', 0, 0, Screen_width-1, Screen_height-1)
   love.graphics.setColor(0, 0, 0)