Merged from svn/trunk: "Added initializer of ParticleSystemUpdater::_frameNumber"

This commit is contained in:
Robert Osfield
2009-06-02 09:17:48 +00:00
parent 3558d1d010
commit 8d70cc0b0f

View File

@@ -12,7 +12,7 @@ osgParticle::ParticleSystemUpdater::ParticleSystemUpdater()
}
osgParticle::ParticleSystemUpdater::ParticleSystemUpdater(const ParticleSystemUpdater& copy, const osg::CopyOp& copyop)
: osg::Node(copy, copyop), _t0(copy._t0)
: osg::Node(copy, copyop), _t0(copy._t0), _frameNumber(0)
{
ParticleSystem_Vector::const_iterator i;
for (i=copy._psv.begin(); i!=copy._psv.end(); ++i) {