Skip to content

Commit

Permalink
Fixed parsing ASE MESH_CFACE
Browse files Browse the repository at this point in the history
  • Loading branch information
astillich committed Feb 25, 2017
1 parent c3bb2b6 commit 0700dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ASEParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0700dfe

Please sign in to comment.