Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 10, 2005, 3:13:40 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: arrays of Models get stored till the end

File:
1 edited

Legend:

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

    r4579 r4580  
    176176  delete this->firstGroup;
    177177
    178   // deleting Arrays
     178  // deleting Arrays (if not allready done by finalize)
    179179  this->deleteArrays();
    180180
     
    203203
    204204  // deletes everything we allocated.
    205   if (this->type == MODEL_DISPLAY_LIST)
    206     this->deleteArrays();
     205  //if (this->type == MODEL_DISPLAY_LIST)
     206    //this->deleteArrays();
    207207  this->cleanup();
    208208
Note: See TracChangeset for help on using the changeset viewer.