Merge branch 'master' into shader_pipeline

This commit is contained in:
Robert Osfield 2018-02-22 08:47:46 +00:00
commit a421b5eeac

View File

@ -45,7 +45,7 @@ namespace deprecated_osg {
* it is recommended that you should migrate your code to work just with osg::Geometry as existing
* deprecated_osg::Geometry will be removed in future release.
*/
class OSG_EXPORT Geometry : public osg::Geometry
class Geometry : public osg::Geometry
{
public:
Geometry() : osg::Geometry() {}