Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 1, 2013, 2:41:07 PM (11 years ago)
Author:
landauf
Message:

set the owner of a WorldEntityCollisionShape independent of the creator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/orxonox/worldentities/WorldEntity.cc

    r8858 r9612  
    9393        this->bPhysicsActiveBeforeAttaching_ = false;
    9494        this->collisionShape_ = new WorldEntityCollisionShape(this);
     95        this->collisionShape_->setWorldEntityOwner(this);
    9596        this->collisionType_             = None;
    9697        this->collisionTypeSynchronised_ = None;
Note: See TracChangeset for help on using the changeset viewer.