Removed erroneous region setting

This commit is contained in:
Robert Osfield 2012-12-18 11:20:20 +00:00
parent 634f597feb
commit 9f0906984b

View File

@ -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;