Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2006, 6:47:40 PM (17 years ago)
Author:
patrick
Message:

fixed a compile bug… more to come but not today:)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/coll_rect/src/world_entities/world_entity.h

    r9980 r9986  
    9696  inline bool isReactive( const WorldEntity& worldEntity) const { return this->isReactive() || (this->_collisionFilter(worldEntity)); }
    9797  /** @param worldEntity the world entity to be checked @param type special reaction type @returns true if collision reaction reg. */
    98   inline bool isReactive( const WorldEntity& worldEntity, CoRe::ReactionType type) const
     98  inline bool isReactive( const WorldEntity& worldEntity, CoRe::CREngine::ReactionType type) const
    9999  { return this->isReactive() || (this->_collisionFilter(worldEntity, type)); }
    100100
Note: See TracChangeset for help on using the changeset viewer.