Fixed typo

This commit is contained in:
Robert Osfield 2017-03-28 09:41:07 +01:00
parent 76afbc9bcf
commit 13b5d247df

View File

@ -246,7 +246,7 @@ class OSGVIEWER_EXPORT View : public osg::View, public osgGA::GUIActionAdapter
const ViewConfig* getLastAppliedViewConfig() const { return _lastAppliedViewConfig.get(); } const ViewConfig* getLastAppliedViewConfig() const { return _lastAppliedViewConfig.get(); }
/** deprecated, use view.apply(new osgViewer::AcrossAllWindows()). */ /** deprecated, use view.apply(new osgViewer::AcrossAlScreens()). */
void setUpViewAcrossAllScreens(); void setUpViewAcrossAllScreens();
/** deprecated, use view.apply(new osgViewer::SingleWindow(x,y,width,screenNum)). */ /** deprecated, use view.apply(new osgViewer::SingleWindow(x,y,width,screenNum)). */