diff options
author | Graham Linden <graham@lindenlab.com> | 2018-07-03 16:37:32 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-07-03 16:37:32 +0100 |
commit | 8969b114357d189e1bf39024762698eeddddfc78 (patch) | |
tree | 652a5a8e0a945633edaca7a78472950a1171b4e6 /indra/llinventory/llsettingsdaycycle.cpp | |
parent | 9717589a55c6ae0aac5b09f1146e489df2e45c5e (diff) |
MAINT-8838 render a sun disc if the texture(s) are provided by WL settings (default is no sun disc and just haze)
Refactor sky texture optimization to retain building the cubemap used by shiny.
Diffstat (limited to 'indra/llinventory/llsettingsdaycycle.cpp')
-rw-r--r-- | indra/llinventory/llsettingsdaycycle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingsdaycycle.cpp b/indra/llinventory/llsettingsdaycycle.cpp index 2534d5f0f1..5e6d5597e4 100644 --- a/indra/llinventory/llsettingsdaycycle.cpp +++ b/indra/llinventory/llsettingsdaycycle.cpp @@ -683,7 +683,7 @@ LLSettingsDay::CycleTrack_t::value_type LLSettingsDay::getSettingsNearKeyframe(c F32 dist = get_wrapping_distance(startframe, (*it).first); - LL_DEBUGS("LAPRAS") << "[" << startframe << " ... " << keyframe << " -> " << (*it).first << "@" << dist << LL_ENDL; + //LL_DEBUGS("LAPRAS") << "[" << startframe << " ... " << keyframe << " -> " << (*it).first << "@" << dist << LL_ENDL; if (dist <= (fudge * 2.0f)) return (*it); |