update assimp
This commit is contained in:
@@ -276,7 +276,7 @@ std::string BaseImporter::GetExtension(const std::string &file) {
|
||||
|
||||
// thanks to Andy Maloney for the hint
|
||||
std::string ret = file.substr(pos + 1);
|
||||
ret = ai_str_tolower(ret);
|
||||
ret = ai_tolower(ret);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user