mirror of https://github.com/axmolengine/axmol.git
fix compile error.
This commit is contained in:
parent
c4def57774
commit
90434e58d0
|
@ -857,7 +857,7 @@ int LuaStack::luaLoadBuffer(lua_State *L, const char *chunk, int chunkSize, cons
|
||||||
chunk += 3;
|
chunk += 3;
|
||||||
chunkSize -= 3;
|
chunkSize -= 3;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
if (_xxteaEnabled && strncmp(chunk, _xxteaSign, _xxteaSignLen) == 0)
|
if (_xxteaEnabled && strncmp(chunk, _xxteaSign, _xxteaSignLen) == 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue