Removed the redundent subclassing from osg::NodeVisitor in examples event handlers
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include <osgUtil/Optimizer>
|
||||
|
||||
|
||||
class TechniqueEventHandler : public osgGA::GUIEventHandler, public osg::NodeCallback
|
||||
class TechniqueEventHandler : public osgGA::GUIEventHandler
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <osgUtil/Optimizer>
|
||||
|
||||
|
||||
class TechniqueEventHandler : public osgGA::GUIEventHandler, public osg::NodeCallback
|
||||
class TechniqueEventHandler : public osgGA::GUIEventHandler
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user