From David Callu, "in osgViewer::WoWVxDisplay::WoWVxDisplay(unsigned int type=20, unsigned int screenNum=0)

screenNum is unused.

fix attached.
"
This commit is contained in:
Robert Osfield 2013-06-28 10:59:01 +00:00
parent db1f2c5eb1
commit d82768417d

View File

@ -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),