mirror of https://github.com/axmolengine/axmol.git
Remvoe lua 64bit bytecode spec
a. since we know how to compile compatible bytecode for both plainlua and LuaJIT
This commit is contained in:
parent
0b12c01019
commit
8dbd1ea335
|
@ -69,9 +69,6 @@ bool AppDelegate::applicationDidFinishLaunching()
|
||||||
}
|
}
|
||||||
lua_pop(L, 1);
|
lua_pop(L, 1);
|
||||||
|
|
||||||
#if CC_64BITS
|
|
||||||
FileUtils::getInstance()->addSearchPath("src/64bit");
|
|
||||||
#endif
|
|
||||||
FileUtils::getInstance()->addSearchPath("src");
|
FileUtils::getInstance()->addSearchPath("src");
|
||||||
FileUtils::getInstance()->addSearchPath("res");
|
FileUtils::getInstance()->addSearchPath("res");
|
||||||
pEngine->executeScriptFile("controller.lua");
|
pEngine->executeScriptFile("controller.lua");
|
||||||
|
|
Loading…
Reference in New Issue