Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 30, 2005, 4:57:04 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ok… forces now apply to the right objects, but i don't really like the way it works…. we will see….

File:
1 edited

Legend:

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

    r4395 r4397  
    4040   \todo this constructor is not jet implemented - do it
    4141*/
    42 ParticleSystem::ParticleSystem (unsigned int maxCount, PARTICLE_TYPE type)
     42ParticleSystem::ParticleSystem (unsigned int maxCount, PARTICLE_TYPE type) : PhysicsInterface(this)
    4343{
    4444  this->setClassID(CL_PARTICLE_SYSTEM, "ParticleSystem");
Note: See TracChangeset for help on using the changeset viewer.