Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 13, 2014, 3:52:23 PM (10 years ago)
Author:
noep
Message:

Tried (and failed) to fix output of CollisionShape-structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/modularships/src/orxonox/collisionshapes/CollisionShape.h

    r9997 r10001  
    170170            void notifyDetached(); // Notifies the CollisionShape of being detached from a CompoundCollisionShape.
    171171
    172             inline unsigned int getparentID()
     172            inline unsigned int getParentID()
    173173                { return this->parentID_; }
     174
     175            inline CompoundCollisionShape* getParent()
     176                { return this->parent_; }
    174177
    175178        protected:
Note: See TracChangeset for help on using the changeset viewer.