Changeset 8037 in orxonox.OLD for trunk/src/util
- Timestamp:
- May 31, 2006, 4:52:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/object_manager.cc
r7836 r8037 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.