]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/particles.hxx
Work around apparent OSG 3.2.0 normal binding bug.
[simgear.git] / simgear / scene / model / particles.hxx
index a637f20bcf758e54b3c1de24d2b289ffbe480e1f..cdbb1f21af317e456b1fa8d42ddc0fedc9673731 100644 (file)
@@ -111,7 +111,7 @@ class Particles : public osg::NodeCallback
 public:
     Particles();
 
-    static osg::Group * appendParticles(const SGPropertyNode* configNode, SGPropertyNode* modelRoot, const osgDB::ReaderWriter::Options* options);
+    static osg::Group * appendParticles(const SGPropertyNode* configNode, SGPropertyNode* modelRoot, const osgDB::Options* options);
 
     virtual void operator()(osg::Node* node, osg::NodeVisitor* nv);