IrrXml: replaced irrXml by pugixml.

This commit is contained in:
Kim Kulling
2020-01-23 21:16:10 +01:00
parent d48b93cf34
commit a905303764
21 changed files with 1170 additions and 4062 deletions

View File

@@ -61,7 +61,7 @@ namespace Assimp
// Parent element - <object>.
void AMFImporter::ParseNode_Mesh()
{
CAMFImporter_NodeElement* ne;
CAMFImporter_NodeElement* ne;
// create new mesh object.
ne = new CAMFImporter_NodeElement_Mesh(mNodeElement_Cur);