summaryrefslogtreecommitdiffhomepage
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 a35110a..a708ecb 100644
--- a/main.lua
+++ b/main.lua
@@ -87,7 +87,7 @@ function love.keyreleased(key) Controller.keyreleased(key) end
function Controller.controlpressed(set, action, key)
-- pass to current Scene
Scene:controlpressed(set, action, key)
- -- global quit
+ -- globals
if key == "escape" or key == "f1" then
love.event.quit()
end