- Timestamp:
- Dec 17, 2008, 5:41:29 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/objects/worldentities/ParticleEmitter.cc
r2485 r2497 102 102 { 103 103 if (this->particles_) 104 { 104 105 delete this->particles_; 106 this->particles_ = 0; 107 } 105 108 106 109 if (this->getScene() && this->getScene()->getSceneManager()) … … 119 122 } 120 123 } 121 else122 this->particles_ = 0;123 124 } 124 125
Note: See TracChangeset
for help on using the changeset viewer.