Changeset 6623 in orxonox.OLD for trunk/src/lib/particles/particle_emitter.cc
- Timestamp:
- Jan 20, 2006, 12:54:20 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/particles/particle_emitter.cc
r6620 r6623 64 64 ParticleEmitter::~ParticleEmitter () 65 65 { 66 } 67 68 /** 69 \brief initializes default values of a ParitcleEmitter 66 this->setSystem(NULL); 67 } 68 69 /** 70 @brief initializes default values of a ParitcleEmitter 70 71 */ 71 72 void ParticleEmitter::init()
Note: See TracChangeset
for help on using the changeset viewer.