Removed erroneous ;

This commit is contained in:
Robert Osfield
2008-02-19 16:02:03 +00:00
parent 9c24dc7083
commit c1a1f742c3

View File

@@ -183,7 +183,7 @@ void osgParticle::ParticleSystem::single_pass_render(osg::State& /*state*/, con
const Particle* currentParticle = &_particles[i];
if (currentParticle->isAlive())
{
if (currentParticle->getShape() != startParticle->getShape());
if (currentParticle->getShape() != startParticle->getShape())
{
startParticle->endRender();
currentParticle->beginRender();