Changeset 7814 in orxonox.OLD for branches/water/src/util
- Timestamp:
- May 24, 2006, 4:39:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/water/src/util/object_manager.cc
r7785 r7814 65 65 delete this->objectLists[i].front(); 66 66 67 // delete reflectin list 68 while( !this->reflectionList.empty()) 69 delete this->reflectionList.front(); 67 // delete reflection list 68 this->reflectionList.clear(); 70 69 } 71 70
Note: See TracChangeset
for help on using the changeset viewer.