Changeset 10261 in orxonox.OLD for branches/playability/src/world_entities/particles
- Timestamp:
- Jan 17, 2007, 4:14:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/particles/emitter_node.cc
r10107 r10261 34 34 this->registerObject(this, EmitterNode::_objectList); 35 35 36 this->toList(OM_ DEAD_TICK);36 this->toList(OM_ENVIRON); 37 37 38 38 this->system = NULL; … … 87 87 if( this->lifeCycle >= 1.0f) 88 88 { 89 90 this->emitter->stop();89 // this->removeNode(); 90 // this->emitter->stop(); 91 91 this->emitter->setSystem(NULL); 92 92 this->started = false; 93 this->toList(OM_NULL); 93 94 94 this->destroy( NULL );95 // this->destroy( NULL ); 95 96 } 96 97 this->shiftCoor(this->velocity * dt);
Note: See TracChangeset
for help on using the changeset viewer.