aboutsummaryrefslogtreecommitdiff
path: root/src/lua/embed/boot.lua.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-07-28 00:50:12 +0800
committerchai <chaifix@163.com>2018-07-28 00:50:12 +0800
commit92dab582ccac31be7fa410e7f4fb3789e88a0629 (patch)
tree008bbecc76a73aae38d77d1851f4230756356a33 /src/lua/embed/boot.lua.h
parentb855ebb91ad8d97617ec1aa418b4add84670a07d (diff)
*update
Diffstat (limited to 'src/lua/embed/boot.lua.h')
-rw-r--r--src/lua/embed/boot.lua.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lua/embed/boot.lua.h b/src/lua/embed/boot.lua.h
index 21c1899..2a9cfc5 100644
--- a/src/lua/embed/boot.lua.h
+++ b/src/lua/embed/boot.lua.h
@@ -86,7 +86,9 @@ function jin.core.run()
-- update
if onUpdate then
- onUpdate(dt)
+ -- while do
+ onUpdate(dt)
+ -- end
end
-- bind to default render buffer