Fixed doc comment

This commit is contained in:
Robert Osfield 2008-03-13 19:48:16 +00:00
parent 292be66ecc
commit f858d30c68

View File

@ -23,7 +23,7 @@
namespace osgUtil {
/** A simplifier for reducing the number of traingles in osg::Geometry.
/** A class for assisting the building ascene graphs that is equivilant to OpenGL 1.0 style calls.
*/
class OSGUTIL_EXPORT SceneGraphBuilder
{