- Timestamp:
- 05/25/09 13:16:54 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgParticle/ParticleSystemUpdater.cpp
r9728 r10265 13 13 14 14 osgParticle::ParticleSystemUpdater::ParticleSystemUpdater(const ParticleSystemUpdater& copy, const osg::CopyOp& copyop) 15 : osg::Node(copy, copyop), _t0(copy._t0) 15 : osg::Node(copy, copyop), _t0(copy._t0), _frameNumber(0) 16 16 { 17 17 ParticleSystem_Vector::const_iterator i;
