Added protected destructors.

This commit is contained in:
Robert Osfield
2005-10-25 09:49:53 +00:00
parent 280f50b3d9
commit d0ec2ea08f
6 changed files with 12 additions and 0 deletions

View File

@@ -92,6 +92,8 @@ namespace osgParticle
protected:
virtual ~ParticleEffect() {}
osg::ref_ptr<ParticleSystem> _particleSystem;
bool _useLocalParticleSystem;