Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7692 in orxonox.OLD for branches/water/src/util/object_manager.cc


Ignore:
Timestamp:
May 18, 2006, 3:51:16 PM (18 years ago)
Author:
patrick
Message:

water: added the reflection list to the object list. temporary. bensch will decide if this stays here…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/water/src/util/object_manager.cc

    r7370 r7692  
    6464    while(!this->objectLists[i].empty())
    6565      delete this->objectLists[i].front();
     66
     67  // delete reflectin list
     68  while( !this->reflectionList.empty())
     69    delete this->reflectionList.front();
    6670}
    6771
Note: See TracChangeset for help on using the changeset viewer.