diff options
author | cosmic-linden <111533034+cosmic-linden@users.noreply.github.com> | 2023-03-23 15:12:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 15:12:43 -0700 |
commit | dd9d9f769dac457e7bdc797d5b166c2b73081e54 (patch) | |
tree | 648205437e837478348e20529ea85a9c6971ea13 /indra/newview/llenvironment.cpp | |
parent | 9b96bf168e15d49bfb6857b3370b9c843b150390 (diff) | |
parent | 2f97c6e142c82c0a280c3d073f906af2b15d8ca4 (diff) |
Merge pull request #139 from secondlife/SL-19394
SL-19394: Update default midday per feedback
Diffstat (limited to 'indra/newview/llenvironment.cpp')
-rw-r--r-- | indra/newview/llenvironment.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llenvironment.cpp b/indra/newview/llenvironment.cpp index 54ee67749a..84ddb3ca99 100644 --- a/indra/newview/llenvironment.cpp +++ b/indra/newview/llenvironment.cpp @@ -812,7 +812,7 @@ const F64Seconds LLEnvironment::TRANSITION_SLOW(10.0f); const F64Seconds LLEnvironment::TRANSITION_ALTITUDE(5.0f); const LLUUID LLEnvironment::KNOWN_SKY_SUNRISE("01e41537-ff51-2f1f-8ef7-17e4df760bfb"); -const LLUUID LLEnvironment::KNOWN_SKY_MIDDAY("81d4c85e-6868-dfd0-1a8a-e1838262be4b"); +const LLUUID LLEnvironment::KNOWN_SKY_MIDDAY("e4391f43-74d6-d889-19fb-99a4a3ad6c5c"); const LLUUID LLEnvironment::KNOWN_SKY_SUNSET("084e26cd-a900-28e8-08d0-64a9de5c15e2"); const LLUUID LLEnvironment::KNOWN_SKY_MIDNIGHT("8a01b97a-cb20-c1ea-ac63-f7ea84ad0090"); |