Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7814 in orxonox.OLD for branches/water/src/util


Ignore:
Timestamp:
May 24, 2006, 4:39:32 PM (18 years ago)
Author:
stefalie
Message:

branches/water: textures works now, but its at the wrong place

File:
1 edited

Legend:

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

    r7785 r7814  
    6565      delete this->objectLists[i].front();
    6666
    67   // delete reflectin list
    68   while( !this->reflectionList.empty())
    69     delete this->reflectionList.front();
     67  // delete reflection list
     68  this->reflectionList.clear();
    7069}
    7170
Note: See TracChangeset for help on using the changeset viewer.