Remvoe lua 64bit bytecode spec

a. since we know how to compile compatible bytecode for both plainlua and LuaJIT
This commit is contained in:
halx99 2021-10-11 23:26:25 +08:00
parent 0b12c01019
commit 8dbd1ea335
1 changed files with 0 additions and 3 deletions

View File

@ -69,9 +69,6 @@ bool AppDelegate::applicationDidFinishLaunching()
}
lua_pop(L, 1);
#if CC_64BITS
FileUtils::getInstance()->addSearchPath("src/64bit");
#endif
FileUtils::getInstance()->addSearchPath("src");
FileUtils::getInstance()->addSearchPath("res");
pEngine->executeScriptFile("controller.lua");