Update XFileParser.cpp

Add misisng bracket.
This commit is contained in:
Kim Kulling
2018-12-03 23:13:10 +01:00
committed by GitHub
parent 54be5fdb7b
commit b1da322deb

View File

@@ -598,6 +598,7 @@ void XFileParser::ParseDataObjectMeshNormals( Mesh* pMesh)
TestForSeparator();
CheckForClosingBrace();
return;
}
// normal face creation
pMesh->mNormFaces.resize( pMesh->mNormFaces.size() + numFaces );