Explorar o código

Fixed parsing ASE MESH_CFACE

Alexander Stillich %!s(int64=8) %!d(string=hai) anos
pai
achega
0700dfe711
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;