Update XFileParser.cpp

Test
pull/2254/head
Kim Kulling 2019-06-09 21:25:25 +02:00 committed by GitHub
parent 4a46717a77
commit a4bda3a205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;
}