Changeset 9589 for code/branches/core6/src/modules/weapons
- Timestamp:
- Mar 26, 2013, 11:43:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/modules/weapons/projectiles/ParticleProjectile.cc
r8855 r9589 65 65 { 66 66 this->detachOgreObject(this->particles_->getParticleSystem()); 67 this->particles_->destroy();67 delete this->particles_; 68 68 } 69 69 }
Note: See TracChangeset
for help on using the changeset viewer.