Changed dispatch to virtual
This commit is contained in:
parent
0e8bcc9027
commit
86a37616f7
@ -257,7 +257,7 @@ class OSGMANIPULATOR_EXPORT Dragger : public osg::MatrixTransform
|
||||
virtual void setupDefaultGeometry() {}
|
||||
|
||||
virtual bool receive(const MotionCommand& command);
|
||||
void dispatch(MotionCommand& command);
|
||||
virtual void dispatch(MotionCommand& command);
|
||||
|
||||
void setDraggerActive(bool active) { _draggerActive = active; }
|
||||
bool getDraggerActive() const { return _draggerActive; }
|
||||
|
Loading…
Reference in New Issue
Block a user