Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2006, 3:34:37 PM (17 years ago)
Author:
patrick
Message:

closed the collision reaction loop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/coll_rect/src/lib/collision_reaction/collision_tube.h

    r9980 r9981  
    7171
    7272  private:
    73     std::vector<Collision*>        _collisionList;      //!< the list of collisions since the last processing
     73    std::vector<Collision*>         _collisionList;                      //!< the list of collisions since the last processing
     74    CollisionReaction*              _reactionList[CREngine::CR_NUMBER];  //!< the collision reaction list containing all reactions types
    7475
    7576
Note: See TracChangeset for help on using the changeset viewer.