FIX: ObjLoader reads opacity now.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@419 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
aramis_acg
2009-05-10 00:08:06 +00:00
parent 077511b1a0
commit 13804abf2e
2 changed files with 2 additions and 1 deletions

View File

@@ -284,7 +284,7 @@ void ObjFileMtlImporter::getTexture()
}
std::string strTexture;
getName<DataArrayIt>( m_DataIt, m_DataItEnd, strTexture );
m_DataIt = getName<DataArrayIt>( m_DataIt, m_DataItEnd, strTexture );
out->Set( strTexture );
}