summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpoolwlsky.h
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-12-17 14:39:40 -0800
committerGraham Linden <graham@lindenlab.com>2018-12-17 14:39:40 -0800
commit765ad6bb7e65dc66032d0ac45e7386f995167db7 (patch)
tree530112a72d81480ffa23a6989cdf8b109951d6de /indra/newview/lldrawpoolwlsky.h
parent634910f685057c50ae3233d9f71d4b21cf958749 (diff)
parentcdc540a5c4d03b567e787b0599575693e95fac5f (diff)
Merge
Diffstat (limited to 'indra/newview/lldrawpoolwlsky.h')
-rw-r--r--indra/newview/lldrawpoolwlsky.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolwlsky.h b/indra/newview/lldrawpoolwlsky.h
index e7b4726321..1980ba6878 100644
--- a/indra/newview/lldrawpoolwlsky.h
+++ b/indra/newview/lldrawpoolwlsky.h
@@ -66,7 +66,7 @@ public:
/*virtual*/ void prerender();
/*virtual*/ U32 getVertexDataMask() { return SKY_VERTEX_DATA_MASK; }
/*virtual*/ BOOL verify() const { return TRUE; } // Verify that all data in the draw pool is correct!
- /*virtual*/ S32 getVertexShaderLevel() const { return mVertexShaderLevel; }
+ /*virtual*/ S32 getShaderLevel() const { return mShaderLevel; }
//static LLDrawPool* createPool(const U32 type, LLViewerTexture *tex0 = NULL);