From d82768417d5d1bc104b4375f341adcdb678af016 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 28 Jun 2013 10:59:01 +0000 Subject: [PATCH] From David Callu, "in osgViewer::WoWVxDisplay::WoWVxDisplay(unsigned int type=20, unsigned int screenNum=0) screenNum is unused. fix attached. " --- include/osgViewer/config/WoWVxDisplay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgViewer/config/WoWVxDisplay b/include/osgViewer/config/WoWVxDisplay index a0764d9a1..08d31c757 100644 --- a/include/osgViewer/config/WoWVxDisplay +++ b/include/osgViewer/config/WoWVxDisplay @@ -25,7 +25,7 @@ class OSGVIEWER_EXPORT WoWVxDisplay : public ViewConfig // default to 20" display, type can be 20 to 42. WoWVxDisplay(unsigned int type=20, unsigned int screenNum=0): - _screenNum(0), + _screenNum(screenNum), _wow_content(0x02), _wow_factor(0x40), _wow_offset(0x80),