Changeset 5772 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Nov 25, 2005, 12:53:14 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/guided_missile.cc
r5769 r5772 121 121 ParticleEngine::getInstance()->addConnection(this->emitter, GuidedMissile::trailParticles); 122 122 123 this->update (0);123 this->updateNode(0); 124 124 this->emitter->setEmissionRate(45.0); 125 125 this->emitter->setEmissionVelocity(0.0);
Note: See TracChangeset
for help on using the changeset viewer.