From 9f0906984b2f2b7331a6dcc23ae156c2f8690731 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 18 Dec 2012 11:20:20 +0000 Subject: [PATCH] Removed erroneous region setting --- include/osgPresentation/SlideShowConstructor | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/osgPresentation/SlideShowConstructor b/include/osgPresentation/SlideShowConstructor index 9ec347148..dc1ca0846 100644 --- a/include/osgPresentation/SlideShowConstructor +++ b/include/osgPresentation/SlideShowConstructor @@ -309,8 +309,6 @@ public: colorSpaceOperation(osg::NO_COLOR_SPACE_OPERATION), colorModulate(1.0f,1.0f,1.0f,1.0f) { - region[0] = region[1] = region[2] = 0.0f; - region[3] = region[4] = region[5] = 1.0f; } std::string options;