Added dummy names to anonymous unions and structs in 3ds
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@47 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -1567,7 +1567,7 @@ __EARTHQUAKE_XXL:
|
||||
if(!SkipSpaces(this->m_szFile,&this->m_szFile))
|
||||
BLUBB("Unable to parse *MESH_FACE Element: Unexpected EOL. Vertex index ecpected [#4]")
|
||||
|
||||
out.mIndices[iIndex] = strtol10(this->m_szFile,&this->m_szFile);
|
||||
out.a.mIndices[iIndex] = strtol10(this->m_szFile,&this->m_szFile);
|
||||
}
|
||||
|
||||
// now we need to skip the AB, BC, CA blocks.
|
||||
|
||||
Reference in New Issue
Block a user