From f858d30c68f4a576c5fc315f00994022f52e42d7 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 13 Mar 2008 19:48:16 +0000 Subject: [PATCH] Fixed doc comment --- include/osgUtil/SceneGraphBuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgUtil/SceneGraphBuilder b/include/osgUtil/SceneGraphBuilder index d191ba1ca..24a15915b 100644 --- a/include/osgUtil/SceneGraphBuilder +++ b/include/osgUtil/SceneGraphBuilder @@ -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 {