Fixed typo
This commit is contained in:
parent
76afbc9bcf
commit
13b5d247df
@ -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)). */
|
||||||
|
Loading…
Reference in New Issue
Block a user