Removed trailing spaces

This commit is contained in:
Robert Osfield 2011-05-06 12:32:23 +00:00
parent de30bf3f1c
commit 7f14e7dac9

View File

@ -150,7 +150,7 @@ class OSGUTIL_EXPORT SceneGraphBuilder
unsigned int _maxNumTexCoordComponents;
osg::Vec4f _texCoord;
GLenum _primitiveMode;
GLenum _primitiveMode;
osg::ref_ptr<osg::Vec3Array> _vertices;
osg::ref_ptr<osg::Vec3Array> _normals;
osg::ref_ptr<osg::Vec4Array> _colors;