Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2368


Ignore:
Timestamp:
Dec 9, 2008, 6:20:59 PM (15 years ago)
Author:
landauf
Message:

xmall fix of the previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/ParticleProjectile.cc

    r2272 r2368  
    3333#include "core/CoreIncludes.h"
    3434#include "core/ConfigValueIncludes.h"
     35#include "objects/Scene.h"
    3536
    3637namespace orxonox
     
    4243        RegisterObject(ParticleProjectile);
    4344
    44         this->particles_ = new ParticleInterface(this->getSceneManager(), "Orxonox/shot2", LODParticle::normal);
     45        this->particles_ = new ParticleInterface(this->getScene()->getSceneManager(), "Orxonox/shot2", LODParticle::normal);
    4546        this->particles_->addToSceneNode(this->getNode());
    4647        this->particles_->setKeepParticlesInLocalSpace(true);
Note: See TracChangeset for help on using the changeset viewer.