Changeset 8129 in orxonox.OLD for branches/cr/src/lib/collision_reaction/collision.cc
- Timestamp:
- Jun 3, 2006, 3:37:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/lib/collision_reaction/collision.cc
r8124 r8129 45 45 46 46 /** 47 * handles the collision events48 */49 void Collision::handleCollisionEvents()50 {51 52 this->bDispatched = true;53 this->flushCollisionEvents();54 }55 56 57 /**58 47 * flushes the CollisionEvent list 59 48 */ … … 66 55 this->entityBCollide = false; 67 56 68 this->bDispatched = false;57 this->bDispatched = true; 69 58 70 59 this->collisionEvents.clear();
Note: See TracChangeset
for help on using the changeset viewer.