- Timestamp:
- Feb 4, 2016, 11:54:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/weapons/projectiles/Projectile.cc
r11071 r11108 54 54 if (GameMode::isMaster()) 55 55 { 56 this->setMass( 1.0f);56 this->setMass(0.1f); 57 57 this->enableCollisionCallback(); 58 58 this->setCollisionResponse(false);
Note: See TracChangeset
for help on using the changeset viewer.