Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6970


Ignore:
Timestamp:
May 27, 2010, 3:41:20 PM (14 years ago)
Author:
gnadler
Message:

updated collisionsize but needs more adjustments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/rocket2/src/modules/weapons/projectiles/SimpleRocket.cc

    r6969 r6970  
    8686            collisionShape->setOrientation(this->getOrientation());
    8787            collisionShape->setRadius(1.5f);
    88             collisionShape->setHeight(200);
     88            collisionShape->setHeight(5);
    8989            this->attachCollisionShape(collisionShape);
    9090            this->destroyTimer_.setTimer(this->lifetime_, false, createExecutor(createFunctor(&SimpleRocket::destroyObject, this)));
Note: See TracChangeset for help on using the changeset viewer.