Moved osgParticle across to standard OSG coding style.
This commit is contained in:
@@ -8,7 +8,7 @@ osgParticle::Program::Program()
|
||||
{
|
||||
}
|
||||
|
||||
osgParticle::Program::Program(const Program ©, const osg::CopyOp ©op)
|
||||
osgParticle::Program::Program(const Program& copy, const osg::CopyOp& copyop)
|
||||
: ParticleProcessor(copy, copyop)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user