Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 8, 2006, 3:47:40 PM (19 years ago)
Author:
patrick
Message:

bsp: some cr default values rearangements

File:
1 edited

Legend:

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

    r8234 r8256  
    143143  for( it = this->collisionHandles.begin(); it != this->collisionHandles.end(); it++)
    144144  {
    145     if( (*it)->isCollided() || (*it)->isContinuousPoll())  //does it have any collisions to report at all
     145    if( !(*it)->isDispatched() || (*it)->isContinuousPoll())  //does it have any collisions to report at all
    146146    {
    147       PRINTF(0)("CREngine: handle %i\n", (*it)->getType());
    148147      (*it)->handleCollisions();
    149148    }
Note: See TracChangeset for help on using the changeset viewer.