From 150944ee9e41df2ae5ee25c7845c3f5b2bd74af0 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 7 Dec 2018 11:22:59 +0800 Subject: =?UTF-8?q?*=E7=A7=81=E6=9C=89=E5=8C=96shared=20object=20template?= =?UTF-8?q?=20retain=E5=92=8Crelease?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lua/embed/scripts/boot.lua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua/embed/scripts/boot.lua.h') 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() -- cgit v1.1-26-g67d0