Fixed View::setUpViewInWindow() parameter

This commit is contained in:
Robert Osfield
2013-05-28 09:20:48 +00:00
parent aa33d213dd
commit d7931e3024

View File

@@ -465,7 +465,7 @@ void View::setUpViewAcrossAllScreens()
void View::setUpViewInWindow(int x, int y, int width, int height, unsigned int screenNum)
{
apply(new osgViewer::SingleWindow(x,y,width,screenNum));
apply(new osgViewer::SingleWindow(x, y, width, height, screenNum));
}
void View::setUpViewOnSingleScreen(unsigned int screenNum)