From 5c73224c3682c48770ebeae89a314403f6b579eb Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 14 Apr 2014 16:16:22 +0000 Subject: [PATCH] Fixed comment --- include/osgManipulator/TranslatePlaneDragger | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/osgManipulator/TranslatePlaneDragger b/include/osgManipulator/TranslatePlaneDragger index 25ddb1819..f95633df7 100644 --- a/include/osgManipulator/TranslatePlaneDragger +++ b/include/osgManipulator/TranslatePlaneDragger @@ -21,8 +21,7 @@ namespace osgManipulator { /** - * Tab plane dragger consists of a plane with tabs on it's corners and edges - * for scaling. And the plane is used as a 2D translate dragger. + * Translate plane dragger consists of a wireframe box representing a plane that can be dragged to translate along the plane. */ class OSGMANIPULATOR_EXPORT TranslatePlaneDragger : public CompositeDragger {