From b73d3c3e7f1d58f56a1a66ae9671b88861bcfb83 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 19 Feb 2004 10:10:25 +0000 Subject: [PATCH] Fixed typo in inline docs on the default value of the clear stencil value --- include/osgUtil/RenderStage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgUtil/RenderStage b/include/osgUtil/RenderStage index d0d61d788..d01577856 100644 --- a/include/osgUtil/RenderStage +++ b/include/osgUtil/RenderStage @@ -97,7 +97,7 @@ class OSGUTIL_EXPORT RenderStage : public RenderBin double getClearDepth() const { return _clearDepth; } - /** Set the clear stencil value used in glClearStencil(). Defaults to 1.0 + /** Set the clear stencil value used in glClearStencil(). Defaults to 0 * glClearStencil is only called if mask & GL_STENCIL_BUFFER_BIT is true*/ void setClearStencil(int stencil) { _clearStencil=stencil; }