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) {