Changeset 8554 for code/branches/pickup/src/orxonox/worldentities
- Timestamp:
- May 23, 2011, 11:26:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup/src/orxonox/worldentities/WorldEntity.cc
r8422 r8554 643 643 { 644 644 // If physics is enabled scale the attached CollisionShape. 645 if (false &&this->hasPhysics() && this->collisionShape_ != NULL)645 /*if (this->hasPhysics() && this->collisionShape_ != NULL) 646 646 { 647 647 this->collisionShape_->setScale3D(scale); 648 } 648 }*/ 649 649 650 650 this->node_->setScale(scale);
Note: See TracChangeset
for help on using the changeset viewer.