Changeset 3093 in orxonox.OLD for orxonox/branches/images/importer/object.cc
- Timestamp:
- Dec 5, 2004, 12:47:33 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/images/importer/object.cc
r3084 r3093 80 80 walker = walker->next; 81 81 delete delWalker; 82 } 82 } 83 84 if (verbose >=2) 85 printf("Deleting Materials.\n"); 86 if (material != NULL) 87 delete material; 88 83 89 } 84 90 … … 245 251 if (normals != NULL) 246 252 delete normals; 247 248 if (material != NULL)249 delete material;250 253 251 254 cleanupGroup(firstGroup);
Note: See TracChangeset
for help on using the changeset viewer.