aboutsummaryrefslogtreecommitdiff
path: root/src/lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua')
-rw-r--r--src/lua/embed/boot.lua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/embed/boot.lua.h b/src/lua/embed/boot.lua.h
index 35bfdfc..f41ba3b 100644
--- a/src/lua/embed/boot.lua.h
+++ b/src/lua/embed/boot.lua.h
@@ -96,7 +96,7 @@ jin.nogame = {
nogame.t = nogame.ww - 1
end,
onEvent = function(e)
- if e.type == 'quit' then
+ if e.type == 'Quit' then
jin.core.stop()
end
end,