Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 3, 2014, 3:45:50 PM (11 years ago)
Author:
noep
Message:

Continued working on ShipPart and ModularSpaceShip implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/modularships/src/orxonox/worldentities/pawns/Pawn.h

    r10011 r10019  
    230230
    231231            virtual int isMyCollisionShape(const btCollisionShape* cs);
    232             void printBtChildShapes(btCompoundShape* cs, int indent, int subshape);
    233             void printSpaces(int num);
     232            void printBtChildShapes(btCompoundShape* cs, int indent, int subshape); // FIXME: (noep) remove debug
     233            void printSpaces(int num);   // FIXME: (noep) remove debug
    234234            int entityOfCollisionShape(const btCollisionShape* cs);
    235235
Note: See TracChangeset for help on using the changeset viewer.