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