diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-04-16 16:26:52 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-04-16 16:26:52 +0300 |
commit | cc70bf9ea04b6c934fec23d693d6a5b76eaf6df6 (patch) | |
tree | c6eadf2f3994e8bbf70eda3149e582ef28852496 /indra/newview/llfloaterenvironmentadjust.h | |
parent | 479385c97fa2d433c85598f6871274c970a6f9a7 (diff) |
SL-10957 [EEP] Add Reset button to revert to shared environment
Diffstat (limited to 'indra/newview/llfloaterenvironmentadjust.h')
-rw-r--r-- | indra/newview/llfloaterenvironmentadjust.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterenvironmentadjust.h b/indra/newview/llfloaterenvironmentadjust.h index 5bd91b0c43..4876c45065 100644 --- a/indra/newview/llfloaterenvironmentadjust.h +++ b/indra/newview/llfloaterenvironmentadjust.h @@ -77,6 +77,8 @@ private: void onMoonRotationChanged(); + void onButtonReset(); + void onEnvironmentUpdated(LLEnvironment::EnvSelection_t env, S32 version); LLSettingsSky::ptr_t mLiveSky; |