forked from pyrex/chameleonic
Remove old frame tracker
This commit is contained in:
parent
c549f881a0
commit
5482f900f0
@ -5,15 +5,13 @@ __lua__
|
||||
modules={}
|
||||
real_modules={}
|
||||
|
||||
frame=0
|
||||
function _init()
|
||||
-- printh("restarting")
|
||||
_doall("init")
|
||||
end
|
||||
|
||||
function _update()
|
||||
frame+=1
|
||||
if (frame%1==0) _doall("update") end
|
||||
_doall("update") end
|
||||
function _draw()
|
||||
_doall("draw") end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user