Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 29, 2005, 1:24:40 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ParticleSystem is now a PhysicsInterface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/particles/particle_system.cc

    r4370 r4377  
    289289/**
    290290    \brief applies some force to a Particle.
     291    \param field the Field to apply.
     292    \param dt The time over which the field gets applied
    291293 */
    292 void ParticleSystem::applyField(float dt, Field* field)
     294void ParticleSystem::applyField(Field* field, float dt)
    293295{
    294296  Particle* tickPart = particles;
Note: See TracChangeset for help on using the changeset viewer.