Changeset 9612 for code/branches/core6/src/orxonox/worldentities
- Timestamp:
- Apr 1, 2013, 2:41:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/worldentities/WorldEntity.cc
r8858 r9612 93 93 this->bPhysicsActiveBeforeAttaching_ = false; 94 94 this->collisionShape_ = new WorldEntityCollisionShape(this); 95 this->collisionShape_->setWorldEntityOwner(this); 95 96 this->collisionType_ = None; 96 97 this->collisionTypeSynchronised_ = None;
Note: See TracChangeset
for help on using the changeset viewer.