Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 4, 2006, 5:16:13 PM (17 years ago)
Author:
patrick
Message:

collision detection is working again, completely

File:
1 edited

Legend:

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

    r10010 r10011  
    8181    inline bool isEntityBCollide() const { return this->_entityBCollide; }
    8282    /** sets the flag if it reacts @param flag true if it should react on entityB*/
    83     inline void setEntityBCollide(bool flag) { this->_entityACollide = flag; }
     83    inline void setEntityBCollide(bool flag) { this->_entityBCollide = flag; }
    8484
    8585
Note: See TracChangeset for help on using the changeset viewer.