Removed Keyframe mesh lock system (useless)

Former-commit-id: b7e661274510836cb46eb98b6b9e7135d21a4820
This commit is contained in:
Lynix
2012-12-31 11:20:14 +01:00
parent c73d10ab29
commit c65f0e9f7e
3 changed files with 5 additions and 86 deletions

View File

@@ -209,8 +209,6 @@ namespace
subMesh->SetAABB(f, aabb);
}
subMesh->Unlock();
subMesh->SetMaterialIndex(0);
mesh->AddSubMesh(subMesh.release());