diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-04-11 17:51:10 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-04-11 17:51:10 +0300 |
commit | d248961c306511f633cefedbec5269c7a81e5bc9 (patch) | |
tree | f65c2cbfbc5bd2299e49a29a873a4cb3b44d6880 /indra/newview/llenvironment.h | |
parent | e20aafa2fe200cecf1f4d3ae31294ba0eb5ce194 (diff) |
SL-17182 FIXED Viewer crashes after changing the environment settings
Diffstat (limited to 'indra/newview/llenvironment.h')
-rw-r--r-- | indra/newview/llenvironment.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llenvironment.h b/indra/newview/llenvironment.h index 0ec06402f8..330de2bea8 100644 --- a/indra/newview/llenvironment.h +++ b/indra/newview/llenvironment.h @@ -158,6 +158,8 @@ public: static void logEnvironment(EnvSelection_t env, const LLSettingsBase::ptr_t &settings, S32 env_version = NO_VERSION); + void setCurrentEnvironmentSelection(LLEnvironment::EnvSelection_t env); + LLSettingsDay::ptr_t getEnvironmentDay(EnvSelection_t env); LLSettingsDay::Seconds getEnvironmentDayLength(EnvSelection_t env); |