FIRE-29926 fix legacy noon transition properly

master
Beq 2025-01-12 23:19:23 +00:00
parent 67bad0bd4b
commit 792ca8a54c
1 changed files with 1 additions and 1 deletions

View File

@ -11767,7 +11767,7 @@ class LLWorldEnvSettings : public view_listener_t
// <FS:Beq> Add legacy noon to the manually selected environments that can have a user defined transition time.
// LLEnvironment::instance().setEnvironment(LLEnvironment::ENV_LOCAL, LLEnvironment::KNOWN_SKY_LEGACY_MIDDAY, LLEnvironment::TRANSITION_INSTANT);
// LLEnvironment::instance().setSelectedEnvironment(LLEnvironment::ENV_LOCAL, LLEnvironment::TRANSITION_INSTANT);
LLEnvironment::instance().setEnvironment(LLEnvironment::ENV_LOCAL, LLEnvironment::KNOWN_SKY_LEGACY_MIDDAY);
LLEnvironment::instance().setManualEnvironment(LLEnvironment::ENV_LOCAL, LLEnvironment::KNOWN_SKY_LEGACY_MIDDAY);
LLEnvironment::instance().setSelectedEnvironment(LLEnvironment::ENV_LOCAL);
// </FS:Beq>
defocusEnvFloaters();