make osgViewer::View::requiresUpdateSceneGraph() virtual
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user