next fixes

pull/2966/head
kimkulling 2020-09-22 15:51:21 +02:00
parent dee8e5bee1
commit 71f20eaa8a
2 changed files with 3 additions and 1 deletions

View File

@ -316,6 +316,8 @@ void ColladaParser::ReadAssetInfo(XmlNode &node) {
} }
} else if (name == "contributor") { } else if (name == "contributor") {
ReadMetaDataItem(currentNode, mAssetMetaData); ReadMetaDataItem(currentNode, mAssetMetaData);
} else {
ReadMetaDataItem(currentNode, mAssetMetaData);
} }
} }
} }

View File

@ -52,7 +52,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
using namespace Assimp; using namespace Assimp;
class utIssues : public ::testing::Test { class utIssues : public ::testing::Test {
// empty
}; };
#ifndef ASSIMP_BUILD_NO_EXPORT #ifndef ASSIMP_BUILD_NO_EXPORT