Merge branch 'master' into aseHack

This commit is contained in:
Kim Kulling
2021-05-11 11:40:24 +02:00
committed by GitHub
101 changed files with 1752 additions and 880 deletions

View File

@@ -691,7 +691,7 @@ void Parser::ParseLV3MapBlock(Texture &map) {
// Files with 'None' as map name are produced by
// an Maja to ASE exporter which name I forgot ..
ASSIMP_LOG_WARN("ASE: Skipping invalid map entry");
map.mMapName = "";
map.mMapName = std::string();
}
continue;