Changeset 6970 for code/branches/rocket2
- Timestamp:
- May 27, 2010, 3:41:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/rocket2/src/modules/weapons/projectiles/SimpleRocket.cc
r6969 r6970 86 86 collisionShape->setOrientation(this->getOrientation()); 87 87 collisionShape->setRadius(1.5f); 88 collisionShape->setHeight( 200);88 collisionShape->setHeight(5); 89 89 this->attachCollisionShape(collisionShape); 90 90 this->destroyTimer_.setTimer(this->lifetime_, false, createExecutor(createFunctor(&SimpleRocket::destroyObject, this)));
Note: See TracChangeset
for help on using the changeset viewer.