From 43eacc4cbcad0b7dad808f78cf402c3666bd99e8 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 25 Sep 2007 13:51:03 +0000 Subject: [PATCH] Preliminary PanoramicSphericalScreen support --- examples/osgmovie/osgmovie.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgmovie/osgmovie.cpp b/examples/osgmovie/osgmovie.cpp index 1b088c0d2..dbab52029 100644 --- a/examples/osgmovie/osgmovie.cpp +++ b/examples/osgmovie/osgmovie.cpp @@ -645,7 +645,7 @@ int main(int argc, char** argv) bool useShader = false; // construct the viewer. - osgViewer::Viewer viewer; + osgViewer::Viewer viewer(arguments); if (arguments.argc()<=1) {