Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10516 in orxonox.OLD for trunk/src/world_entities/particles


Ignore:
Timestamp:
Jan 30, 2007, 9:17:21 PM (17 years ago)
Author:
patrick
Message:

merged playability back to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/particles/particle_system.cc

    r10515 r10516  
    136136      if (emitter->isA(ParticleEmitter::staticClassID()))
    137137      {
    138         // init the emitertter with the coordinates of the system
    139         dynamic_cast<ParticleEmitter*>(emitter)->setAbsCoor(this->getAbsCoor());
    140138        this->addEmitter(dynamic_cast<ParticleEmitter*>(emitter));
    141139      }
Note: See TracChangeset for help on using the changeset viewer.