浏览代码

Fixed parsing ASE MESH_CFACE

Alexander Stillich 8 年之前
父节点
当前提交
0700dfe711
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/ASEParser.cpp

+ 1 - 1
code/ASEParser.cpp

@@ -1858,7 +1858,7 @@ void Parser::ParseLV3MeshCFaceListBlock(unsigned int iNumFaces, ASE::Mesh& mesh)
             ++filePtr;
 
             // Face entry
-            if (TokenMatch(filePtr,"MESH_CFACE" ,11))
+            if (TokenMatch(filePtr,"MESH_CFACE" ,10))
             {
                 unsigned int aiValues[3];
                 unsigned int iIndex = 0;