Removed the osg:: from the from of the osg::TexGen::apply() call.

This commit is contained in:
Robert Osfield
2002-12-04 13:26:11 +00:00
parent f6934e25ab
commit b9110154c4

View File

@@ -68,7 +68,7 @@ class CreateShadowTextureCullCallback : public osg::NodeCallback
{
glPushMatrix();
glLoadMatrixf(_matrix.ptr());
osg::TexGen::apply(state);
TexGen::apply(state);
glPopMatrix();
}