Changeset 9589 for code/branches/core6/src/orxonox/graphics
- Timestamp:
- Mar 26, 2013, 11:43:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/graphics/ParticleEmitter.cc
r9550 r9589 63 63 { 64 64 this->detachOgreObject(this->particles_->getParticleSystem()); 65 this->particles_->destroy();65 delete this->particles_; 66 66 } 67 67 } … … 101 101 if (this->particles_) 102 102 { 103 this->particles_->destroy();103 delete this->particles_; 104 104 this->particles_ = 0; 105 105 }
Note: See TracChangeset
for help on using the changeset viewer.