summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2017-09-27 09:47:12 -0700
committerRider Linden <rider@lindenlab.com>2017-09-27 09:47:12 -0700
commitb8541cddccaa86e90ed9b072b620dcd4ba1acd20 (patch)
treec1c8791b31e176945af7f1e23d319cc193ac990b /indra
parent52b0d4173cec0f643f37d426aef8f5ab1fdf3232 (diff)
Fix a conversion.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llsettingssky.h2
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