diff options
Diffstat (limited to 'indra')
-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 |