Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5216 in orxonox.OLD for trunk/src/lib/graphics/importer


Ignore:
Timestamp:
Sep 22, 2005, 4:44:56 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more fixes due to valgrind

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/model.cc

    r5211 r5216  
    9292  this->faceCount = 0;
    9393  this->next = NULL;
     94  this->listNumber = 0;
    9495
    9596  this->firstFace = new ModelFace;
     
    108109  if (this->next !=NULL)
    109110    delete this->next;
     111
     112  //  if (this->listNumber != 0)
     113//    glDeleteLists(this->listNumber, 1);
    110114}
    111115
Note: See TracChangeset for help on using the changeset viewer.