Changeset 8288 in orxonox.OLD for branches/bsp_model/src/lib/collision_reaction/collision_handle.cc
- Timestamp:
- Jun 8, 2006, 6:30:52 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/lib/collision_reaction/collision_handle.cc
r8264 r8288 204 204 } 205 205 206 // if continuous poll poll the reaction 207 if( this->bContinuousPoll && this->bCollided) 208 this->collisionReaction->update(this->owner); 209 206 210 // now set state to dispatched 207 211 this->bDispatched = true; 208 212 this->bCollided = false; 209 213 210 // if continuous poll poll the reaction211 if( this->bContinuousPoll)212 this->collisionReaction->update(this->owner);213 214 this->flushCollisions(); 214 215 } … … 232 233 } 233 234 234 235 235 return false; 236 236 }
Note: See TracChangeset
for help on using the changeset viewer.