summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingssky.h
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-05-29 15:57:24 -0700
committerGraham Linden <graham@lindenlab.com>2019-05-29 15:57:24 -0700
commit2f2cf6d855e1e5977ef0ed3583238636e890220a (patch)
tree23469b9f26f53271d3df526aa8f9c767383d833f /indra/llinventory/llsettingssky.h
parenta00dd2837d92ffc1b3732fb2df273bb3759eed90 (diff)
SL-10969
Modify ambient handling and forward projector lighting again to stamp out alpha fires.
Diffstat (limited to 'indra/llinventory/llsettingssky.h')
-rw-r--r--indra/llinventory/llsettingssky.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingssky.h b/indra/llinventory/llsettingssky.h
index 92b8a8bd5a..d04209a1a1 100644
--- a/indra/llinventory/llsettingssky.h
+++ b/indra/llinventory/llsettingssky.h
@@ -346,6 +346,7 @@ private:
void calculateHeavenlyBodyPositions() const;
void calculateLightSettings() const;
+ void clampColor(LLColor3& color) const;
mutable LLVector3 mSunDirection;
mutable LLVector3 mMoonDirection;