- Timestamp:
- Dec 17, 2008, 3:20:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.cc
r2485 r2494 498 498 void WorldEntity::setScale3D(const Vector3& scale) 499 499 { 500 /* 500 501 if (this->hasPhysics() && scale != Vector3::UNIT_SCALE) 501 502 { … … 503 504 return; 504 505 } 505 506 */ 506 507 this->node_->setScale(scale); 507 508
Note: See TracChangeset
for help on using the changeset viewer.