parent
54be5fdb7b
commit
b1da322deb
|
@ -598,6 +598,7 @@ void XFileParser::ParseDataObjectMeshNormals( Mesh* pMesh)
|
|||
TestForSeparator();
|
||||
CheckForClosingBrace();
|
||||
return;
|
||||
}
|
||||
|
||||
// normal face creation
|
||||
pMesh->mNormFaces.resize( pMesh->mNormFaces.size() + numFaces );
|
||||
|
|
Loading…
Reference in New Issue