- Timestamp:
- Apr 3, 2014, 3:45:50 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/modularships/src/orxonox/worldentities/pawns/Pawn.h
r10011 r10019 230 230 231 231 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 234 234 int entityOfCollisionShape(const btCollisionShape* cs); 235 235
Note: See TracChangeset
for help on using the changeset viewer.