- Timestamp:
- Dec 5, 2018, 9:26:18 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/wagnis_HS18/src/modules/weapons/projectiles/WagnisProjectile.cc
r12129 r12136 50 50 // Create a sphere collision shape and attach it to the projectile. 51 51 collisionShape_ = new SphereCollisionShape(this->getContext()); 52 setCollisionShapeRadius( 2.0f);52 setCollisionShapeRadius(3.0f); 53 53 this->attachCollisionShape(collisionShape_); 54 54
Note: See TracChangeset
for help on using the changeset viewer.