Update XFileParser.cpp

Test
This commit is contained in:
Kim Kulling
2019-06-09 21:25:25 +02:00
committed by GitHub
parent 4a46717a77
commit a4bda3a205

View File

@@ -595,7 +595,7 @@ void XFileParser::ParseDataObjectMeshNormals( Mesh* pMesh)
// do not crah when no face definitions are there
if (numFaces == 0) {
TestForSeparator();
//TestForSeparator();
CheckForClosingBrace();
return;
}