Skip to content
Snippets Groups Projects
Commit 3e0c9087 authored by Graham Linden's avatar Graham Linden
Browse files

SL-10414

parent 1bbf6265
No related branches found
No related tags found
No related merge requests found
......@@ -954,7 +954,7 @@ void LLSettingsSky::updateSettings()
F32 LLSettingsSky::getSunMoonGlowFactor() const
{
LLVector3 sunDir = getSunDirection();
LLVector3 sunDir = getSunDirection();
LLVector3 moonDir = getMoonDirection();
// sun glow at full iff moon is not up
......@@ -968,7 +968,7 @@ F32 LLSettingsSky::getSunMoonGlowFactor() const
if (moonDir.mV[2] > 0.0f)
{
return moonDir.mV[VZ] / 3.0f; // ramp moon glow at moonset
return 0.25f;
}
return 0.0f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment