diff options
author | Rider Linden <rider@lindenlab.com> | 2019-01-15 14:40:36 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2019-01-15 14:40:36 -0800 |
commit | 38c84545cc8c2c3704402d009d9bce253aa77939 (patch) | |
tree | 12e7204b04b5ea2690b2d1fc5f914074c59024aa /indra/llinventory | |
parent | 506c3b072afbe0e076279e8cb38b514458882f47 (diff) |
SL-9917: New default sun texture, blank moon is now no image.
Diffstat (limited to 'indra/llinventory')
-rw-r--r-- | indra/llinventory/llsettingssky.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp index 12b33142e3..e8dcba516e 100644 --- a/indra/llinventory/llsettingssky.cpp +++ b/indra/llinventory/llsettingssky.cpp @@ -139,7 +139,7 @@ const std::string LLSettingsSky::SETTING_SKY_ICE_LEVEL("ice_level"); const LLUUID LLSettingsSky::DEFAULT_ASSET_ID("eb3a7080-831f-9f37-10f0-7b1f9ea4043c"); -static const LLUUID DEFAULT_SUN_ID("0ed03550-9096-3c5a-27d8-c6496bff1064"); // dataserver +static const LLUUID DEFAULT_SUN_ID("8ae0acc4-9e87-7f25-e16e-2a6caa5b8fc3"); // dataserver static const LLUUID DEFAULT_MOON_ID("db13b827-7e6a-7ace-bed4-4419ee00984d"); // dataserver static const LLUUID DEFAULT_CLOUD_ID("1dc1368f-e8fe-f02d-a08d-9d9f11c1af6b"); |