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