From 655f7df28e05987ef33d3f6b343b3a3067b45f5e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 21 Apr 2009 10:46:45 +0000 Subject: [PATCH] From Chris Hanson, "Fixed case of morphTarget argument in Doxygen comments." --- include/osgAnimation/MorphGeometry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgAnimation/MorphGeometry b/include/osgAnimation/MorphGeometry index 0bb054eaa..c650bef08 100644 --- a/include/osgAnimation/MorphGeometry +++ b/include/osgAnimation/MorphGeometry @@ -87,7 +87,7 @@ namespace osgAnimation * then increment its reference count, add it to the MorphTargets list and * dirty the bounding sphere to force it to be recomputed on the next * call to \c getBound(). - * @param MorphTarget The \c MorphTarget to be added to the \c MorphGeometry. + * @param morphTarget The \c MorphTarget to be added to the \c MorphGeometry. * @return \c true for success; \c false otherwise. */ virtual void addMorphTarget( osg::Geometry *morphTarget, float weight = 1.0 ) { _morphTargets.push_back(MorphTarget(morphTarget, weight)); _dirty = true; }