Merge branch 'master' into update_copyrights

This commit is contained in:
Kim Kulling
2021-02-28 12:18:41 +01:00
committed by GitHub
438 changed files with 57029 additions and 221 deletions

View File

@@ -427,7 +427,7 @@ private:
aiFace face = ReadTriangle(currentNode);
faces.push_back(face);
int pid, p1;
int pid = 0, p1;
bool hasPid = getNodeAttribute(currentNode, D3MF::XmlTag::pid, pid);
bool hasP1 = getNodeAttribute(currentNode, D3MF::XmlTag::p1, p1);