瀏覽代碼

Remove not needed init.

kkulling 6 年之前
父節點
當前提交
b87f4c03ba
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      code/CreateAnimMesh.cpp

+ 0 - 4
code/CreateAnimMesh.cpp

@@ -47,10 +47,6 @@ namespace Assimp    {
 aiAnimMesh *aiCreateAnimMesh(const aiMesh *mesh)
 aiAnimMesh *aiCreateAnimMesh(const aiMesh *mesh)
 {
 {
     aiAnimMesh *animesh = new aiAnimMesh;
     aiAnimMesh *animesh = new aiAnimMesh;
-    /*animesh->mVertices = NULL;
-    animesh->mNormals = NULL;
-    animesh->mTangents = NULL;
-    animesh->mBitangents = NULL;*/
     animesh->mNumVertices = mesh->mNumVertices;
     animesh->mNumVertices = mesh->mNumVertices;
     if (mesh->mVertices) {
     if (mesh->mVertices) {
         animesh->mVertices = new aiVector3D[animesh->mNumVertices];
         animesh->mVertices = new aiVector3D[animesh->mNumVertices];