Changeset 7969 in orxonox.OLD for branches/cr/src/lib/collision_reaction
- Timestamp:
- May 30, 2006, 1:33:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/lib/collision_reaction/collision_handle.cc
r7967 r7969 120 120 void CollisionHandle::handleCollisions() 121 121 { 122 123 // collision reaction calculations 122 // collision reaction calculations (for every collision there will be a reaction) 123 vector<Collision*>::iterator it = this->collisionList.begin(); 124 for(; it < this->collisionList.end(); it++) 125 { 126 (*it)->handleCollisionEvents(); 127 } 124 128 125 129 // now set state to dispatched
Note: See TracChangeset
for help on using the changeset viewer.