make osgViewer::View::requiresUpdateSceneGraph() virtual

This commit is contained in:
Philippe Renon
2016-06-11 17:05:00 +02:00
parent 37ef07ce7e
commit dfc9eec3c3

View File

@@ -306,7 +306,7 @@ class OSGVIEWER_EXPORT View : public osg::View, public osgGA::GUIActionAdapter
virtual void requestWarpPointer(float x,float y);
/** Return true if there are pending updates to the scene graph that require an update. */
bool requiresUpdateSceneGraph() const;
virtual bool requiresUpdateSceneGraph() const;
public: