Changeset 7949 in orxonox.OLD for branches/cr/src/lib/collision_reaction/cr_engine.cc
- Timestamp:
- May 29, 2006, 1:49:17 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/lib/collision_reaction/cr_engine.cc
r7948 r7949 56 56 this->reset(); 57 57 58 while( !this->cachedCollisions.empty())59 delete this->cachedCollisions.front();58 while( !this->cachedCollisions.empty()) 59 delete this->cachedCollisions.back(); 60 60 this->cachedCollisions.clear(); 61 61 }
Note: See TracChangeset
for help on using the changeset viewer.