mirror of
https://github.com/aap/librw.git
synced 2025-12-20 01:19:51 +00:00
implemented matfx and cleaned up some whitespace
This commit is contained in:
@@ -76,7 +76,7 @@ Geometry::destroy(void)
|
||||
for(int32 i = 0; i < this->numTexCoordSets; i++)
|
||||
delete[] this->texCoords[i];
|
||||
delete[] this->triangles;
|
||||
|
||||
|
||||
for(int32 i = 0; i < this->numMorphTargets; i++){
|
||||
MorphTarget *m = &this->morphTargets[i];
|
||||
delete[] m->vertices;
|
||||
|
||||
Reference in New Issue
Block a user