Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 2, 2005, 1:34:42 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: PhysicsInterface should now make a usefull cast: PhysicsInterface→BaseObject→PNode()

File:
1 edited

Legend:

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

    r4746 r4762  
    3939   \param type The Type of the ParticleSystem
    4040*/
    41 ParticleSystem::ParticleSystem (unsigned int maxCount, PARTICLE_TYPE type) : PhysicsInterface(this)
     41ParticleSystem::ParticleSystem (unsigned int maxCount, PARTICLE_TYPE type)
    4242{
    4343  this->init();
     
    5151  \param root: the XML-element to load from
    5252 */
    53 ParticleSystem::ParticleSystem(const TiXmlElement* root) : PhysicsInterface(this)
     53ParticleSystem::ParticleSystem(const TiXmlElement* root)
    5454{
    5555  this->init();
Note: See TracChangeset for help on using the changeset viewer.