From 268f11c52281e1e471d4813b5f0b614830a4b158 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 9 Dec 2009 13:13:02 +0000 Subject: [PATCH] From Ulrich Hertlein, removed email address --- include/osgFX/Outline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgFX/Outline b/include/osgFX/Outline index f8167e615..efd970340 100644 --- a/include/osgFX/Outline +++ b/include/osgFX/Outline @@ -54,7 +54,7 @@ namespace osgFX META_Effect(osgFX, Outline, "Outline", "Stencil buffer based object outline effect.\n" "This effect needs a properly setup stencil buffer.", - "Ulrich Hertlein "); + "Ulrich Hertlein"); /// Set outline width. void setWidth(float w);