diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-07-28 18:10:40 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-07-28 18:10:40 -0500 |
commit | 7a4b8edf9c02818651efad7b277bbb08d18e22f5 (patch) | |
tree | cb58df9cf5d2b763ab68793ce8dbc3a0c4f5fc30 | |
parent | 9be08fc56bd6079fd58d43ceb5d6a7bb5e45b42c (diff) |
SL-20067 Make new default midday the new default sky setting
-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 8338245897..3f4b15b8b1 100644 --- a/indra/llinventory/llsettingssky.cpp +++ b/indra/llinventory/llsettingssky.cpp @@ -133,7 +133,7 @@ const std::string LLSettingsSky::SETTING_SKY_ICE_LEVEL("ice_level"); const std::string LLSettingsSky::SETTING_REFLECTION_PROBE_AMBIANCE("reflection_probe_ambiance"); -const LLUUID LLSettingsSky::DEFAULT_ASSET_ID("3ae23978-ac82-bcf3-a9cb-ba6e52dcb9ad"); +const LLUUID LLSettingsSky::DEFAULT_ASSET_ID("651510b8-5f4d-8991-1592-e7eeab2a5a06"); static const LLUUID DEFAULT_SUN_ID("32bfbcea-24b1-fb9d-1ef9-48a28a63730f"); // dataserver static const LLUUID DEFAULT_MOON_ID("d07f6eed-b96a-47cd-b51d-400ad4a1c428"); // dataserver |