diff options
author | Graham Linden <graham@lindenlab.com> | 2019-08-29 07:44:10 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-08-29 07:44:10 -0700 |
commit | 82d976a110b429a244337c6acbb0196636460034 (patch) | |
tree | 71c2b60e2566bbca01e8f04fb13bc52c08197237 /indra | |
parent | c5724023dd80a6c8a77d15650161e7cf67f8650e (diff) |
Remove unref'd var reintroduced in upstream merges.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lllegacyatmospherics.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/lllegacyatmospherics.cpp b/indra/newview/lllegacyatmospherics.cpp index d9425b702a..165ef8c797 100644 --- a/indra/newview/lllegacyatmospherics.cpp +++ b/indra/newview/lllegacyatmospherics.cpp @@ -262,9 +262,6 @@ LLColor4 LLAtmospherics::calcSkyColorInDir(const LLSettingsSky::ptr_t &psky, Atm return LLColor4(sky_color, 0.0f); } -const F32 NIGHTTIME_ELEVATION = -8.0f; // degrees -const F32 NIGHTTIME_ELEVATION_SIN = (F32)sinf(NIGHTTIME_ELEVATION*DEG_TO_RAD); - void LLAtmospherics::calcSkyColorWLVert(const LLSettingsSky::ptr_t &psky, LLVector3 & Pn, AtmosphericsVars& vars) { LLColor3 blue_density = vars.blue_density; |