Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2005, 3:52:56 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/physics: fixed two winodws-compile-bugs
2 less to go :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/physics/src/lib/graphics/particles/particle_emitter.cc

    r4314 r4328  
    160160
    161161            // this should spread the Particles evenly. if the Emitter is moved around quickly
    162             Vector equalSpread = this->getVelocity() * random()/RAND_MAX * dt;
     162            Vector equalSpread = this->getVelocity() * rand()/RAND_MAX * dt;
    163163            Vector extension; // the Vector for different fields.
    164164
Note: See TracChangeset for help on using the changeset viewer.