Bugfix: removed misuse of "static" attribute preventing multithreaded usage of the importer

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@750 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
ulfjorensen
2010-06-04 14:05:06 +00:00
parent 175414f682
commit 219f9fadc6
2 changed files with 7 additions and 5 deletions

View File

@@ -1288,7 +1288,7 @@ const aiString& ColladaLoader::FindFilenameForEffectTexture( const ColladaParser
"Collada: Unable to resolve effect texture entry \"%s\", ended up at ID \"%s\".") % pName % name));
}
static aiString result;
aiString result;
// if this is an embedded texture image setup an aiTexture for it
if (imIt->second.mFileName.empty())