Moved osgParticle across to standard OSG coding style.

This commit is contained in:
Robert Osfield
2005-04-29 09:47:57 +00:00
parent 6211eb7b48
commit 6b5238c294
44 changed files with 1035 additions and 1027 deletions

View File

@@ -8,7 +8,7 @@ osgParticle::Program::Program()
{
}
osgParticle::Program::Program(const Program &copy, const osg::CopyOp &copyop)
osgParticle::Program::Program(const Program& copy, const osg::CopyOp& copyop)
: ParticleProcessor(copy, copyop)
{
}