Browse Source

update: commit not saved changes.

Signed-off-by: Kim Kulling <[email protected]>
Kim Kulling 11 years ago
parent
commit
231e4e0cd0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      code/DeboneProcess.cpp

+ 2 - 2
code/DeboneProcess.cpp

@@ -111,8 +111,8 @@ void DeboneProcess::Execute( aiScene* pScene)
 
 	if(numSplits)	{
 		// we need to do something. Let's go.
-		//mSubMeshIndices.clear(); really needed?
-		mSubMeshIndices.resize(pScene->mNumMeshes);
+		//mSubMeshIndices.clear();                  // really needed?
+		mSubMeshIndices.resize(pScene->mNumMeshes); // because we're doing it here anyway
 
 		// build a new array of meshes for the scene
 		std::vector<aiMesh*> meshes;