From e8e12b11db220160eb63727fb03548410bf3afd2 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 25 Nov 2018 00:11:28 +0800 Subject: *misc --- bin/game/main.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/game/main.lua') diff --git a/bin/game/main.lua b/bin/game/main.lua index b233272..97079f2 100644 --- a/bin/game/main.lua +++ b/bin/game/main.lua @@ -38,7 +38,7 @@ local shader2 = [[ Color c = texel(tex, v.uv); return c; } - + #END_FRAGMENT_SHADER ]] music = nil @@ -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() -- cgit v1.1-26-g67d0