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, 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)