summaryrefslogtreecommitdiff
path: root/indra/llinventory
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2018-11-19 15:59:00 +0200
committermaxim_productengine <mnikolenko@productengine.com>2018-11-19 15:59:00 +0200
commit655e1d190044d3d4466589eeab5e6eb867fb08c0 (patch)
tree6216e44bdb4e9808550b2cde76a9db9a1dffd252 /indra/llinventory
parent49f4b68b31a8299fc1b796102bea6da6de8b6115 (diff)
SL-10086 FIXED [EEP] Rainbow and Halo use wrong textures
Diffstat (limited to 'indra/llinventory')
-rw-r--r--indra/llinventory/llsettingssky.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp
index f21cca34a6..ace530ae54 100644
--- a/indra/llinventory/llsettingssky.cpp
+++ b/indra/llinventory/llsettingssky.cpp
@@ -37,8 +37,8 @@ namespace {
const F32 NIGHTTIME_ELEVATION = -8.0f; // degrees
const F32 NIGHTTIME_ELEVATION_SIN = (F32)sinf(NIGHTTIME_ELEVATION * DEG_TO_RAD);
const LLUUID IMG_BLOOM1("3c59f7fe-9dc8-47f9-8aaf-a9dd1fbc3bef");
- const LLUUID IMG_RAINBOW("12149143-f599-91a7-77ac-b52a3c0f59cd");
- const LLUUID IMG_HALO("11b4c57c-56b3-04ed-1f82-2004363882e4");
+ const LLUUID IMG_RAINBOW("11b4c57c-56b3-04ed-1f82-2004363882e4");
+ const LLUUID IMG_HALO("12149143-f599-91a7-77ac-b52a3c0f59cd");
}
namespace {