Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 25, 2015, 11:15:24 PM (9 years ago)
Author:
landauf
Message:

removed unused code and debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationFS14/src/orxonox/worldentities/WorldEntity.h

    r10073 r10203  
    409409            */
    410410            virtual bool isCollisionTypeLegal(CollisionType type) const = 0;
    411 
    412             inline virtual WorldEntityCollisionShape* getWorldEntityCollisionShape()
    413                 { return this->collisionShape_; }
    414411
    415412            btRigidBody*  physicalBody_; //!< Bullet rigid body. Everything physical is applied to this instance.
Note: See TracChangeset for help on using the changeset viewer.