- Timestamp:
- Oct 27, 2008, 4:08:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/ParticleSpawner.cc
r1755 r2019 80 80 this->setPosition(this->getNode()->getParent()->getPosition()); 81 81 this->getNode()->getParent()->removeChild(this->getNode()); 82 GraphicsEngine::getInstance().getLevelSceneManager()->getRootSceneNode()->addChild(this->getNode());82 this->detachFromParent(); 83 83 if (this->particle_) 84 84 this->particle_->setEnabled(false);
Note: See TracChangeset
for help on using the changeset viewer.