update assimp
This commit is contained in:
@@ -278,7 +278,7 @@ void STEP::ReadFile(DB& db,const EXPRESS::ConversionSchema& scheme,
|
||||
--ne;
|
||||
} while (IsSpace(s.at(ne)));
|
||||
std::string type = s.substr(ns, ne - ns + 1);
|
||||
type = ai_str_tolower(type);
|
||||
type = ai_tolower(type);
|
||||
const char* sz = scheme.GetStaticStringForToken(type);
|
||||
if(sz) {
|
||||
const std::string::size_type szLen = n2-n1+1;
|
||||
|
||||
Reference in New Issue
Block a user