IRIX build fix.
This commit is contained in:
parent
65a9a8043e
commit
171312e720
@ -27,7 +27,7 @@ public:
|
||||
: osgParticle::Operator(), center_(0, 0, 0), axis_(0, 0, 1), intensity_(0.1f) {}
|
||||
|
||||
VortexOperator(const VortexOperator ©, const osg::CopyOp ©op = osg::CopyOp::SHALLOW_COPY)
|
||||
: Operator(copy, copyop), center_(copy.center_), axis_(copy.axis_), intensity_(copy.intensity_) {}
|
||||
: osgParticle::Operator(copy, copyop), center_(copy.center_), axis_(copy.axis_), intensity_(copy.intensity_) {}
|
||||
|
||||
META_Object(osgParticle, VortexOperator);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user