summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.h
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2011-02-09 16:18:13 -0800
committerTofu Buzzard <no-email>2011-02-09 16:18:13 -0800
commit2a49b392a40808a6415839dd767f849b6ea26020 (patch)
tree4bd28d4619813e4b14db63eb26bf0b8b858a687f /indra/llrender/llgl.h
parent2b54ad52574b95edc2103761bb5653dbdee69da6 (diff)
parent8c718d51873cbbe3e00042329ac8c7c6396ae9c2 (diff)
merge
Diffstat (limited to 'indra/llrender/llgl.h')
-rw-r--r--indra/llrender/llgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llgl.h b/indra/llrender/llgl.h
index ff4e6078c9..df110613e3 100644
--- a/indra/llrender/llgl.h
+++ b/indra/llrender/llgl.h
@@ -320,7 +320,7 @@ private:
class LLGLSquashToFarClip
{
public:
- LLGLSquashToFarClip(glh::matrix4f projection);
+ LLGLSquashToFarClip(glh::matrix4f projection, U32 layer = 0);
~LLGLSquashToFarClip();
};