ASE: Explicitly pass "UNNAMED" as default mesh name

pull/1745/head
Turo Lamminen 2018-01-27 18:08:52 +02:00
parent f3474fb399
commit 59ab30cb25
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ void Parser::Parse()
if (TokenMatch(filePtr,"GEOMOBJECT",10))
{
m_vMeshes.push_back(Mesh());
m_vMeshes.push_back(Mesh("UNNAMED"));
ParseLV1ObjectBlock(m_vMeshes.back());
continue;
}