mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-05-18 05:00:24 +08:00
脚本事件去垃圾。
This commit is contained in:
@@ -621,7 +621,8 @@ int LuaStack::luaLoadChunksFromZIP(lua_State *L)
|
||||
{
|
||||
if (lua_gettop(L) < 1) {
|
||||
CCLOG("luaLoadChunksFromZIP() - invalid arguments");
|
||||
return 0;
|
||||
lua_pushboolean(L, 0);
|
||||
return 1;
|
||||
}
|
||||
|
||||
const char *zipFilename = lua_tostring(L, -1);
|
||||
|
||||
Reference in New Issue
Block a user