diff options
author | Rider Linden <rider@lindenlab.com> | 2017-09-26 09:19:20 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2017-09-26 09:19:20 -0700 |
commit | 0d414c1fb579dffc122c4d021a84cd126c612e54 (patch) | |
tree | f6b6ad0b93df9304f7d422e4d63dd32644db2a49 /indra/newview/llsettingssky.h | |
parent | 5d3599f5d155dc112c8f05197c8fc73397084e71 (diff) |
Clouds still funky but better.
Diffstat (limited to 'indra/newview/llsettingssky.h')
-rw-r--r-- | indra/newview/llsettingssky.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llsettingssky.h b/indra/newview/llsettingssky.h index 2fb9ff3887..4e333f0584 100644 --- a/indra/newview/llsettingssky.h +++ b/indra/newview/llsettingssky.h @@ -116,12 +116,12 @@ public: LLColor3 getCloudPosDensity1() const { - return mSettings[SETTING_CLOUD_POS_DENSITY1].asReal(); + return LLColor3(mSettings[SETTING_CLOUD_POS_DENSITY1]); } LLColor3 getCloudPosDensity2() const { - return mSettings[SETTING_CLOUD_POS_DENSITY2].asReal(); + return LLColor3(mSettings[SETTING_CLOUD_POS_DENSITY2]); } F32 getCloudScale() const @@ -296,7 +296,6 @@ protected: virtual parammapping_t getParameterMap() const; - virtual stringset_t getSkipApplyKeys() const; virtual void applySpecial(void *); private: |