Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 8, 2006, 6:30:52 PM (19 years ago)
Author:
patrick
Message:

bsp: the collision reaction is on its way… a long one…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/lib/collision_reaction/collision_handle.cc

    r8264 r8288  
    204204  }
    205205
     206  // if continuous poll poll the reaction
     207  if( this->bContinuousPoll && this->bCollided)
     208    this->collisionReaction->update(this->owner);
     209
    206210  // now set state to dispatched
    207211  this->bDispatched = true;
    208212  this->bCollided = false;
    209213
    210   // if continuous poll poll the reaction
    211    if( this->bContinuousPoll)
    212      this->collisionReaction->update(this->owner);
    213214  this->flushCollisions();
    214215}
     
    232233  }
    233234
    234 
    235235  return false;
    236236}
Note: See TracChangeset for help on using the changeset viewer.