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