mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-01-24 17:26:41 +00:00
Bump TinyXML2 to 4.0.1
This commit is contained in:
parent
55ad1e8faa
commit
5a16a290fc
3 changed files with 929 additions and 499 deletions
|
@ -9511,7 +9511,7 @@ luaFunc(loadXMLTable)
|
|||
|
||||
tinyxml2::XMLDocument xml;
|
||||
tinyxml2::XMLError err = readXML(fn, xml);
|
||||
if(err != tinyxml2::XML_NO_ERROR)
|
||||
if(err != tinyxml2::XML_SUCCESS)
|
||||
{
|
||||
lua_pushboolean(L, false);
|
||||
lua_pushinteger(L, err);
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue