mirror of https://github.com/axmolengine/axmol.git
remove unused codes
This commit is contained in:
parent
b49d2351ff
commit
74ec90f90f
|
@ -41,8 +41,6 @@ local function main()
|
||||||
--set FPS. the default value is 1.0/60 if you don't call this
|
--set FPS. the default value is 1.0/60 if you don't call this
|
||||||
director:setAnimationInterval(1.0 / 60)
|
director:setAnimationInterval(1.0 / 60)
|
||||||
|
|
||||||
cc.FileUtils:getInstance():addSearchPath("src")
|
|
||||||
cc.FileUtils:getInstance():addSearchPath("res")
|
|
||||||
local schedulerID = 0
|
local schedulerID = 0
|
||||||
--support debug
|
--support debug
|
||||||
local targetPlatform = cc.Application:getInstance():getTargetPlatform()
|
local targetPlatform = cc.Application:getInstance():getTargetPlatform()
|
||||||
|
|
Loading…
Reference in New Issue