Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2008, 5:41:29 AM (15 years ago)
Author:
landauf
Message:
  • some changes, maybe fixed a crash, not sure
  • fixed strange camera behavior
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/orxonox/objects/worldentities/ParticleEmitter.cc

    r2485 r2497  
    102102    {
    103103        if (this->particles_)
     104        {
    104105            delete this->particles_;
     106            this->particles_ = 0;
     107        }
    105108
    106109        if (this->getScene() && this->getScene()->getSceneManager())
     
    119122            }
    120123        }
    121         else
    122             this->particles_ = 0;
    123124    }
    124125
Note: See TracChangeset for help on using the changeset viewer.