From b8541cddccaa86e90ed9b072b620dcd4ba1acd20 Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Wed, 27 Sep 2017 09:47:12 -0700 Subject: Fix a conversion. --- indra/newview/llsettingssky.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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 -- cgit v1.2.3