Fixed warning

This commit is contained in:
Robert Osfield 2010-09-15 13:04:35 +00:00
parent 5abd9ed562
commit d606bf0ba2

View File

@ -100,7 +100,6 @@ int main( int argc, char** argv )
***/
osg::ref_ptr<osgParticle::ParticleSystem> ps = new osgParticle::ParticleSystem;
osgParticle::Particle& ptemp = ps->getDefaultParticleTemplate();
ps->getDefaultParticleTemplate().setLifeTime( 5.0f );
if ( customShape )