Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3093 in orxonox.OLD for orxonox/branches/images/importer/object.cc


Ignore:
Timestamp:
Dec 5, 2004, 12:47:33 AM (21 years ago)
Author:
bensch
Message:

orxonox/branches/images: moved things to where they belong

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/images/importer/object.cc

    r3084 r3093  
    8080      walker = walker->next;
    8181      delete delWalker;
    82     }
     82    }
     83
     84  if (verbose >=2)
     85    printf("Deleting Materials.\n");
     86  if (material != NULL)
     87    delete material;
     88
    8389}
    8490
     
    245251  if (normals != NULL)
    246252    delete normals;
    247 
    248   if (material != NULL)
    249     delete material;
    250253
    251254  cleanupGroup(firstGroup);
Note: See TracChangeset for help on using the changeset viewer.