Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6623 in orxonox.OLD for trunk/src/lib/particles/sprite_particles.cc


Ignore:
Timestamp:
Jan 20, 2006, 12:54:20 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: particle Systems and Emitters are loaded and cleaned up nicely

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/particles/sprite_particles.cc

    r6621 r6623  
    5353{
    5454  this->init();
    55 
    56   this->loadParams(root);
     55  if (root != NULL)
     56    this->loadParams(root);
    5757}
    5858
     
    9696void SpriteParticles::loadParams(const TiXmlElement* root)
    9797{
    98   SpriteParticles::loadParams(root);
     98  ParticleSystem::loadParams(root);
    9999
    100100  LoadParam(root, "texture", this, SpriteParticles, setMaterialTexture);
Note: See TracChangeset for help on using the changeset viewer.