diff options
author | chai <chaifix@163.com> | 2018-12-05 15:47:41 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-05 15:47:41 +0800 |
commit | d14d3de517e3bea5470ba42a4d1646cca77c2d25 (patch) | |
tree | fcc9e18b37b0e3cbddd8715fe093dc6e0a5945fe /bin/game/main.lua | |
parent | f6a902ebd5743d54321e1232dae40f15041be5a6 (diff) |
*lua reference
Diffstat (limited to 'bin/game/main.lua')
-rw-r--r-- | bin/game/main.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/game/main.lua b/bin/game/main.lua index 97079f2..9070d2c 100644 --- a/bin/game/main.lua +++ b/bin/game/main.lua @@ -100,8 +100,8 @@ end function jin.core.onUpdate() tb.x = t t = t + jin.time.getDelta() - animator:update(jin.time.getDelta()) - timer:update(jin.time.getDelta()) + animator:update(jin.time.getDelta()) + timer:update(jin.time.getDelta()) end function jin.core.onDraw() |