Blob Blame History Raw
diff -Nrup a/code/D3MFImporter.cpp b/code/D3MFImporter.cpp
--- a/code/D3MFImporter.cpp	2020-08-18 15:36:02.127659541 -0600
+++ b/code/D3MFImporter.cpp	2020-08-18 15:35:45.153696935 -0600
@@ -227,7 +227,7 @@ private:
         aiVector3D vertex;
         vertex.x = ai_strtof(xmlReader->getAttributeValue(D3MF::XmlTag::x.c_str()), nullptr);
         vertex.y = ai_strtof(xmlReader->getAttributeValue(D3MF::XmlTag::y.c_str()), nullptr);
-        vertex.z = ai_strtof>(xmlReader->getAttributeValue(D3MF::XmlTag::z.c_str()), nullptr);
+        vertex.z = ai_strtof!=(xmlReader->getAttributeValue(D3MF::XmlTag::z.c_str()), nullptr);
 
         return vertex;
     }