Merge branch 'step-import' of https://github.com/assimp/assimp into step-import

This commit is contained in:
Kim Kulling
2018-09-28 18:02:54 +02:00
117 changed files with 18966 additions and 14827 deletions

View File

@@ -272,8 +272,6 @@ void aiReleaseImport( const aiScene* pScene)
ASSIMP_BEGIN_EXCEPTION_REGION();
aiReleaseDefaultMaterial();
// find the importer associated with this data
const ScenePrivateData* priv = ScenePriv(pScene);
if( !priv || !priv->mOrigImporter) {