Fixed parsing ASE MESH_CFACE

pull/1186/head
Alexander Stillich 2017-02-25 23:30:41 +01:00
parent c3bb2b66ac
commit 0700dfe711
1 changed files with 1 additions and 1 deletions

View File

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