]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/SGText.hxx
Work around apparent OSG 3.2.0 normal binding bug.
[simgear.git] / simgear / scene / model / SGText.hxx
index 6677c29e1e2375f9fd86cfe6e308e4c4f6342bd3..a8bf00809870a6bfccbc903e577a6ffe5d0bdd75 100644 (file)
@@ -27,7 +27,7 @@
 class SGText : public osg::NodeCallback 
 {
 public:
-  static osg::Group * appendText(const SGPropertyNode* configNode, SGPropertyNode* modelRoot, const osgDB::ReaderWriter::Options* options);
+  static osg::Node * appendText(const SGPropertyNode* configNode, SGPropertyNode* modelRoot, const osgDB::Options* options);
 private:
   class UpdateCallback;
 };