diff options
author | cosmic-linden <111533034+cosmic-linden@users.noreply.github.com> | 2023-07-19 11:32:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-19 11:32:27 -0700 |
commit | 4e5bf2a9702236171d859d222b8a7374f5272c86 (patch) | |
tree | 9bf882b9462129ec42956c434f07bc1b10bbb808 | |
parent | c85bb7846d270ba23c447c1b0073cd238d5fd1bc (diff) | |
parent | e3565ff4ddbabdf51dd7a317239977b1b93b7508 (diff) |
Merge pull request #296 from secondlife/SL-20036
SL-20036: Set probe ambiance to 0 for legacy midday
-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 d73a486877..f672d2a6f1 100644 --- a/indra/newview/llenvironment.cpp +++ b/indra/newview/llenvironment.cpp @@ -816,7 +816,7 @@ const F64Seconds LLEnvironment::TRANSITION_ALTITUDE(5.0f); const LLUUID LLEnvironment::KNOWN_SKY_SUNRISE("01e41537-ff51-2f1f-8ef7-17e4df760bfb"); const LLUUID LLEnvironment::KNOWN_SKY_MIDDAY("651510b8-5f4d-8991-1592-e7eeab2a5a06"); -const LLUUID LLEnvironment::KNOWN_SKY_LEGACY_MIDDAY("6c83e853-e7f8-cad7-8ee6-5f31c453721c"); +const LLUUID LLEnvironment::KNOWN_SKY_LEGACY_MIDDAY("cef49723-0292-af49-9b14-9598a616b8a3"); const LLUUID LLEnvironment::KNOWN_SKY_SUNSET("084e26cd-a900-28e8-08d0-64a9de5c15e2"); const LLUUID LLEnvironment::KNOWN_SKY_MIDNIGHT("8a01b97a-cb20-c1ea-ac63-f7ea84ad0090"); |