Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/lua-empty-test/project/Classes/AppDelegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ bool AppDelegate::applicationDidFinishLaunching()
//The call was commented because it will lead to ZeroBrane Studio can't find correct context when debugging
//engine->executeScriptFile("src/hello.lua");

LuaStack* stack = engine->getLuaStack();
stack->setXXTEAKeyAndSign("2dxLua", strlen("2dxLua"), "XXTEA", strlen("XXTEA"));

#if CC_64BITS
FileUtils::getInstance()->addSearchPath("src/64bit");
#endif
Expand Down