Fixes from Marco.

This commit is contained in:
Robert Osfield
2003-09-06 11:07:05 +00:00
parent d2783c11e6
commit 507c9c4cf2
2 changed files with 44 additions and 4 deletions

View File

@@ -203,7 +203,6 @@ namespace osgParticle
inline void ParticleProcessor::setLifeTime(double t)
{
lifeTime_ = t;
endless_ = false;
}
inline double ParticleProcessor::getLifeTime() const