diff options
author | Rider Linden <rider@lindenlab.com> | 2017-09-27 09:47:12 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2017-09-27 09:47:12 -0700 |
commit | b8541cddccaa86e90ed9b072b620dcd4ba1acd20 (patch) | |
tree | c1c8791b31e176945af7f1e23d319cc193ac990b /indra/newview | |
parent | 52b0d4173cec0f643f37d426aef8f5ab1fdf3232 (diff) |
Fix a conversion.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llsettingssky.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsettingssky.h b/indra/newview/llsettingssky.h index b3ac3c2ac9..f6d1087442 100644 --- a/indra/newview/llsettingssky.h +++ b/indra/newview/llsettingssky.h @@ -106,7 +106,7 @@ public: LLColor3 getCloudColor() const { - return mSettings[SETTING_CLOUD_COLOR].asReal(); + return LLColor3(mSettings[SETTING_CLOUD_COLOR]); } LLUUID getCloudNoiseTextureId() const |