Changeset 5884 for code/branches/core5
- Timestamp:
- Oct 5, 2009, 11:20:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/orxonox/graphics/ParticleSpawner.cc
r5879 r5884 91 91 92 92 if (this->bForceDestroy_ || this->bSuppressStart_) 93 { 94 this->timer_.stopTimer(); 93 95 return; 96 } 94 97 95 98 this->timer_.setTimer(this->startdelay_, false, createExecutor(createFunctor(&ParticleSpawner::fireParticleSpawner, this)));
Note: See TracChangeset
for help on using the changeset viewer.