Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

changes from landauf

File:
1 edited

Legend:

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

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