aboutsummaryrefslogtreecommitdiff
path: root/src/lua/embed/scripts/boot.lua.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-12-07 11:22:59 +0800
committerchai <chaifix@163.com>2018-12-07 11:22:59 +0800
commit150944ee9e41df2ae5ee25c7845c3f5b2bd74af0 (patch)
treeea399aeb2172132855ffa2a8c9533b9870a0e9a9 /src/lua/embed/scripts/boot.lua.h
parentfe16b453e093d721e60be0a12219d40635b96a3a (diff)
*私有化shared object template retain和release
Diffstat (limited to 'src/lua/embed/scripts/boot.lua.h')
-rw-r--r--src/lua/embed/scripts/boot.lua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/embed/scripts/boot.lua.h b/src/lua/embed/scripts/boot.lua.h
index af81c16..a42f7d4 100644
--- a/src/lua/embed/scripts/boot.lua.h
+++ b/src/lua/embed/scripts/boot.lua.h
@@ -49,7 +49,7 @@ function jin.core.run()
end
step()
dt = jin.time.getDelta()
- call(jin.core.onUpdate)
+ call(jin.core.onUpdate, dt)
jin.graphics.clear()
call(jin.core.onDraw)
jin.graphics.present()