Scene: keep an internal flag whether the scene was copied using aiCopyScene() (and potentially modified by the user afterwards)

This commit is contained in:
acgessler
2013-10-05 16:26:16 +02:00
parent 3bee2818e4
commit 9d4f7c32e4
2 changed files with 9 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ ASSIMP_API void aiCopyScene(const aiScene* pIn, aiScene** pOut)
}
SceneCombiner::CopyScene(pOut,pIn,true);
ScenePriv(*pOut)->mIsCopy = true;
}