Fixed comment

This commit is contained in:
Robert Osfield
2014-04-14 16:16:22 +00:00
parent b65f0043ef
commit 5c73224c36

View File

@@ -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
{