瀏覽代碼

Update XFileParser.cpp

Test
Kim Kulling 6 年之前
父節點
當前提交
a4bda3a205
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
     // do not crah when no face definitions are there
     if (numFaces == 0) {
     if (numFaces == 0) {
-        TestForSeparator();
+        //TestForSeparator();
         CheckForClosingBrace();
         CheckForClosingBrace();
         return;
         return;
     }
     }