- Timestamp:
- May 13, 2014, 11:45:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/modularships/src/orxonox/worldentities/WorldEntity.cc
r10052 r10053 119 119 WorldEntity::~WorldEntity() 120 120 { 121 orxout() << "destroying " << this->getIdentifier()->getName() << endl;122 121 if (this->isInitialized()) 123 122 { … … 581 580 { 582 581 // Note: The collision shapes may not be detached with this function! 583 orxout() << "WE: detachCS()" << endl;584 582 this->collisionShape_->detach(shape); 585 583 // Note: this->collisionShape_ already notifies us of any changes.
Note: See TracChangeset
for help on using the changeset viewer.