parent
4a46717a77
commit
a4bda3a205
|
@ -595,7 +595,7 @@ void XFileParser::ParseDataObjectMeshNormals( Mesh* pMesh)
|
||||||
|
|
||||||
// do not crah when no face definitions are there
|
// do not crah when no face definitions are there
|
||||||
if (numFaces == 0) {
|
if (numFaces == 0) {
|
||||||
TestForSeparator();
|
//TestForSeparator();
|
||||||
CheckForClosingBrace();
|
CheckForClosingBrace();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue