Fix handling of in-scenegraph Drawables in DrawElementTypeSimplifier

This commit is contained in:
scrawl
2017-02-03 17:43:42 +01:00
parent 853418db94
commit c901694290
2 changed files with 3 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ class OSGUTIL_EXPORT DrawElementTypeSimplifierVisitor : public osg::NodeVisitor
META_NodeVisitor(osgUtil, DrawElementTypeSimplifierVisitor);
void apply(osg::Geode& node);
void apply(osg::Geometry& geom);
};
}