Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 31, 2007, 12:13:14 AM (17 years ago)
Author:
patrick
Message:

iterative mp part sys fix

File:
1 edited

Legend:

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

    r10523 r10528  
    286286 * @param node
    287287 */
    288 void ParticleSystem::attachEmmittersTo(PNode* node, const Vector& offset)
     288void ParticleSystem::attachEmmittersTo(PNode* node, const Vector& offset, const Quaternion& dir)
    289289{
    290290  std::list<ParticleEmitter*>::iterator it = this->emitters.begin();
     
    294294    (*it)->setParent(node);
    295295    (*it)->setRelCoor(offset);
     296    (*it)->setRelDir(dir);
    296297  }
    297298}
Note: See TracChangeset for help on using the changeset viewer.