Changeset 8256 in orxonox.OLD for branches/bsp_model/src/lib/collision_reaction/cr_engine.cc
- Timestamp:
- Jun 8, 2006, 3:47:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/lib/collision_reaction/cr_engine.cc
r8234 r8256 143 143 for( it = this->collisionHandles.begin(); it != this->collisionHandles.end(); it++) 144 144 { 145 if( (*it)->isCollided() || (*it)->isContinuousPoll()) //does it have any collisions to report at all145 if( !(*it)->isDispatched() || (*it)->isContinuousPoll()) //does it have any collisions to report at all 146 146 { 147 PRINTF(0)("CREngine: handle %i\n", (*it)->getType());148 147 (*it)->handleCollisions(); 149 148 }
Note: See TracChangeset
for help on using the changeset viewer.