Explorar el Código

Update XFileParser.cpp

Test
Kim Kulling hace 6 años
padre
commit
a4bda3a205
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      code/XFileParser.cpp

+ 1 - 1
code/XFileParser.cpp

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