diff options
Diffstat (limited to 'src/lua/embed/scripts/boot.lua.h')
-rw-r--r-- | src/lua/embed/scripts/boot.lua.h | 2 |
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() |