Update XFileParser.cpp

Add misisng bracket.
pull/2254/head
Kim Kulling 2018-12-03 23:13:10 +01:00 committed by GitHub
parent 54be5fdb7b
commit b1da322deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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