Changeset 2445 for code/branches/physics_merge/src/orxonox/objects/collisionshapes/CollisionShape.cc
- Timestamp:
- Dec 14, 2008, 7:06:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics_merge/src/orxonox/objects/collisionshapes/CollisionShape.cc
r2442 r2445 50 50 51 51 this->parent_ = 0; 52 this->parentID_ = (unsigned int)-1;52 this->parentID_ = OBJECTID_UNKNOWN; 53 53 this->collisionShape_ = 0; 54 54 this->position_ = Vector3::ZERO;
Note: See TracChangeset
for help on using the changeset viewer.