diff options
author | chai <chaifix@163.com> | 2018-09-11 19:45:38 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-11 19:45:38 +0800 |
commit | 0ea853c2aad2aa3670eb694328743bb806e603bf (patch) | |
tree | ef6b1f09331d992b870c78e842ce59ff755163b9 /src/lua/embed/boot.lua.h | |
parent | b994fc716e2a71ded757ff18e5d7f21a6f64a85a (diff) |
*update
Diffstat (limited to 'src/lua/embed/boot.lua.h')
-rw-r--r-- | src/lua/embed/boot.lua.h | 2 |
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, |