diff --git a/desktop_version/src/editor.cpp b/desktop_version/src/editor.cpp index d112ba8e..d514c609 100644 --- a/desktop_version/src/editor.cpp +++ b/desktop_version/src/editor.cpp @@ -1659,7 +1659,7 @@ bool editorclass::load(std::string& _path) printf("Custom asset directory does not exist\n"); } - tinyxml2::XMLDocument doc(true, tinyxml2::COLLAPSE_WHITESPACE); + tinyxml2::XMLDocument doc; if (!FILESYSTEM_loadTiXml2Document(_path.c_str(), doc)) { printf("No level %s to load :(\n", _path.c_str());