Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2005, 2:14:53 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/objectmanager: all the WorldEntities regigister/unregister ath the ObjectManager as they should

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/objectmanager/src/world_entities/weapons/laser.cc

    r6056 r6123  
    9797  ParticleEngine::getInstance()->breakConnections(this->emitter);
    9898  this->lifeCycle = 0.0;
     99  this->toList(OM_NULL);
    99100
    100 //  GarbageCollector::getInstance()->collect(this);
    101101  State::getWorldEntityList()->remove(this);
    102102  this->removeNode();
Note: See TracChangeset for help on using the changeset viewer.