summaryrefslogtreecommitdiff
path: root/indra/llrender/llshadermgr.cpp
diff options
context:
space:
mode:
authorruslantproductengine <ruslantproductengine@lindenlab.com>2016-07-18 20:09:18 +0300
committerruslantproductengine <ruslantproductengine@lindenlab.com>2016-07-18 20:09:18 +0300
commiteebbda288d9ba4f8f3061c05ff5eb2d7b0d1cb35 (patch)
tree5bf0a798040a6b992fb1acad0f6a20416348c0c1 /indra/llrender/llshadermgr.cpp
parent1c4dbc64abc7ff176b5dcbbc64d0454968efad74 (diff)
Backed out changeset: 5fe5ad059c05
Diffstat (limited to 'indra/llrender/llshadermgr.cpp')
-rw-r--r--indra/llrender/llshadermgr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp
index 7d857c6930..55f0791174 100644
--- a/indra/llrender/llshadermgr.cpp
+++ b/indra/llrender/llshadermgr.cpp
@@ -1190,7 +1190,6 @@ void LLShaderMgr::initAttribsAndUniforms()
mReservedUniforms.push_back("origin");
mReservedUniforms.push_back("display_gamma");
- mReservedUniforms.push_back("invert_tex_y");
llassert(mReservedUniforms.size() == END_RESERVED_UNIFORMS);
std::set<std::string> dupe_check;