diff --git a/include/osgUtil/SceneGraphBuilder b/include/osgUtil/SceneGraphBuilder index 24a15915b..2518ff53a 100644 --- a/include/osgUtil/SceneGraphBuilder +++ b/include/osgUtil/SceneGraphBuilder @@ -150,7 +150,7 @@ class OSGUTIL_EXPORT SceneGraphBuilder unsigned int _maxNumTexCoordComponents; osg::Vec4f _texCoord; - GLenum _primitiveMode; + GLenum _primitiveMode; osg::ref_ptr _vertices; osg::ref_ptr _normals; osg::ref_ptr _colors;