diff options
author | Graham Linden <graham@lindenlab.com> | 2018-06-05 20:20:43 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-06-05 20:20:43 +0100 |
commit | b6b9094d26933c41cc917901fcf4847275ff4ca5 (patch) | |
tree | 4a90db33930b4a8bb1426513f0847a23a1b5e390 /indra/llrender/llshadermgr.cpp | |
parent | 6b7f624a4b7dd11e03cd9b6ed96d61881e121a37 (diff) |
Fix sunlight != sunlight_color_copy and remove hack disable of clouds.
Diffstat (limited to 'indra/llrender/llshadermgr.cpp')
-rw-r--r-- | indra/llrender/llshadermgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp index 1eb1cb56a8..fd187b99ee 100644 --- a/indra/llrender/llshadermgr.cpp +++ b/indra/llrender/llshadermgr.cpp @@ -1150,7 +1150,7 @@ void LLShaderMgr::initAttribsAndUniforms() mReservedUniforms.push_back("cloud_noise_texture"); mReservedUniforms.push_back("fullbright"); mReservedUniforms.push_back("lightnorm"); - mReservedUniforms.push_back("sunlight_color_copy"); + mReservedUniforms.push_back("sunlight_color"); mReservedUniforms.push_back("ambient"); mReservedUniforms.push_back("blue_horizon"); mReservedUniforms.push_back("blue_density"); |