Changeset 11069 for code/branches/cpp11_v3/src/modules/weapons
- Timestamp:
- Jan 17, 2016, 6:44:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v3/src/modules/weapons/projectiles/MineProjectile.cc
r11065 r11069 121 121 this->enableCollisionCallback(); 122 122 this->setCollisionResponse(true); 123 this->setCollisionType( Dynamic);123 this->setCollisionType(CollisionType::Dynamic); 124 124 125 125 // Create a sphere collision shape and attach it to the projectile.
Note: See TracChangeset
for help on using the changeset viewer.