diff options
author | chai <chaifix@163.com> | 2018-08-20 19:16:47 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-20 19:16:47 +0800 |
commit | f50040e4752e1097fac793bb82569c63a6c09ee9 (patch) | |
tree | 8aa2131628f93d6eb3db53e11ac7fb986c79b8c0 /src/lua | |
parent | 79b35943dc3f5dbb0028b29e4745390204daf125 (diff) |
*update
Diffstat (limited to 'src/lua')
-rw-r--r-- | src/lua/modules/embed/boot.lua.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/modules/embed/boot.lua.h b/src/lua/modules/embed/boot.lua.h index 42f38d8..a269df8 100644 --- a/src/lua/modules/embed/boot.lua.h +++ b/src/lua/modules/embed/boot.lua.h @@ -49,6 +49,7 @@ function jin.core.run() local SEC_PER_UPDATE = 1 / conf.fps local dt = SEC_PER_UPDATE local running = true + -- TODO: д¼¼ӦøƵʵ while(jin.core.running()) do for _, e in pairs(jin.event.poll()) do if e.type == "keydown" then |