unknown texture.
pull/729/merge
Kim Kulling 2015-12-27 00:19:11 +01:00
parent a148f1e28c
commit 9409ce3b56
1 changed files with 3 additions and 1 deletions

View File

@ -358,8 +358,10 @@ void ObjFileMtlImporter::getTexture() {
std::string texture; std::string texture;
m_DataIt = getName<DataArrayIt>( m_DataIt, m_DataItEnd, texture ); m_DataIt = getName<DataArrayIt>( m_DataIt, m_DataItEnd, texture );
if ( NULL!=out ) {
out->Set( texture ); out->Set( texture );
} }
}
/* ///////////////////////////////////////////////////////////////////////////// /* /////////////////////////////////////////////////////////////////////////////
* Texture Option * Texture Option