Merge pull request #2516 from RichardTea/fix_issue_2507_collada_import

Fix issue 2507 collada import
pull/2517/head^2
Kim Kulling 2019-06-26 17:30:39 +02:00 committed by GitHub
commit b15311661c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -323,10 +323,8 @@ void ColladaParser::ReadMetaDataItem(StringMetaData &metadata)
aiString aistr;
aistr.Set(value_char);
metadata.emplace(camel_key_str, aistr);
TestClosing(key_str.c_str());
}
else
SkipElement();
TestClosing(key_str.c_str());
}
else
SkipElement();