Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 21, 2007, 1:48:08 AM (17 years ago)
Author:
bknecht
Message:

changes from landauf

File:
1 edited

Legend:

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

    r10114 r10658  
    111111    Quaternion moment = Quaternion(this->momentum + this->momentumRandom, randDir);
    112112
    113     this->getSystem()->addParticle(plane, velocityV, orient, moment);
     113    this->getSystem()->addParticle(plane, velocityV, orient, moment, extForce);
    114114
    115115  }
Note: See TracChangeset for help on using the changeset viewer.