unconvert ADC implemented

This commit is contained in:
aap
2015-12-20 13:05:32 +01:00
parent 83d1420dd1
commit 37e1e239f9
9 changed files with 83 additions and 220 deletions

View File

@@ -71,14 +71,7 @@ Geometry::~Geometry(void)
delete[] m->normals;
}
delete[] this->morphTargets;
if(this->meshHeader){
// first mesh holds pointer to all indices
delete[] this->meshHeader->mesh[0].indices;
delete[] this->meshHeader->mesh;
delete this->meshHeader;
}
delete this->meshHeader;
for(int32 i = 0; i < this->numMaterials; i++)
this->materialList[i]->decRef();
delete[] this->materialList;