Kaynağa Gözat

Remove dead code

Kim Kulling 5 yıl önce
ebeveyn
işleme
35fb4c9370
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      code/AssetLib/STL/STLLoader.cpp

+ 0 - 1
code/AssetLib/STL/STLLoader.cpp

@@ -375,7 +375,6 @@ void STLImporter::LoadASCIIFile(aiNode *root) {
                 pMesh->mVertices[i].y = positionBuffer[i].y;                
                 pMesh->mVertices[i].z = positionBuffer[i].z;
             }
-            //memcpy(pMesh->mVertices, &positionBuffer[0].x, pMesh->mNumVertices * sizeof(aiVector3D));
             positionBuffer.clear();
         }
         // also only process normalBuffer when filled, else exception when accessing with index operator