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/newview | |
parent | 6b7f624a4b7dd11e03cd9b6ed96d61881e121a37 (diff) |
Fix sunlight != sunlight_color_copy and remove hack disable of clouds.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/lldrawpoolwlsky.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolwlsky.cpp b/indra/newview/lldrawpoolwlsky.cpp index def81e46fc..c6abba95bc 100644 --- a/indra/newview/lldrawpoolwlsky.cpp +++ b/indra/newview/lldrawpoolwlsky.cpp @@ -285,7 +285,7 @@ void LLDrawPoolWLSky::renderSkyClouds(const LLVector3& camPosLocal, F32 camHeigh cloud_shader->bind(); /// Render the skydome -//renderDome(camPosLocal, camHeightLocal, cloud_shader); + renderDome(camPosLocal, camHeightLocal, cloud_shader); cloud_shader->unbind(); } |