Changeset 10515 in orxonox.OLD for trunk/src/world_entities/particles
- Timestamp:
- Jan 30, 2007, 8:57:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/particles/particle_system.cc
r9869 r10515 135 135 { 136 136 if (emitter->isA(ParticleEmitter::staticClassID())) 137 { 138 // init the emitertter with the coordinates of the system 139 dynamic_cast<ParticleEmitter*>(emitter)->setAbsCoor(this->getAbsCoor()); 137 140 this->addEmitter(dynamic_cast<ParticleEmitter*>(emitter)); 141 } 138 142 else 139 143 {
Note: See TracChangeset
for help on using the changeset viewer.