Removed multiple inheritance from TechniqueEventHandler.
This commit is contained in:
parent
dde703e3b0
commit
a61a99251f
@ -132,7 +132,7 @@ public:
|
||||
};
|
||||
|
||||
// event handler to capture keyboard events and use them to advance the technique used for rendering
|
||||
class TechniqueEventHandler : public osgGA::GUIEventHandler, public osg::NodeCallback
|
||||
class TechniqueEventHandler : public osgGA::GUIEventHandler
|
||||
{
|
||||
public:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user