summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterenvironmentadjust.h
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2019-04-22 16:02:53 +0300
committermaxim_productengine <mnikolenko@productengine.com>2019-04-22 16:02:53 +0300
commitce9cf1027f733560e29f77c4a883bd9b5338f9d8 (patch)
tree3164e2821a7359698c994972f895913cb7c99fd7 /indra/newview/llfloaterenvironmentadjust.h
parent11d1c28d82e8c2e53a4d161eefac4c1733467fd3 (diff)
SL-10982 [EEP] Personal Lighting - Add options to select water maps / cloud textures
Diffstat (limited to 'indra/newview/llfloaterenvironmentadjust.h')
-rw-r--r--indra/newview/llfloaterenvironmentadjust.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloaterenvironmentadjust.h b/indra/newview/llfloaterenvironmentadjust.h
index 4876c45065..cb38dbcfa8 100644
--- a/indra/newview/llfloaterenvironmentadjust.h
+++ b/indra/newview/llfloaterenvironmentadjust.h
@@ -77,11 +77,15 @@ private:
void onMoonRotationChanged();
+ void onCloudMapChanged();
+ void onWaterMapChanged();
+
void onButtonReset();
void onEnvironmentUpdated(LLEnvironment::EnvSelection_t env, S32 version);
LLSettingsSky::ptr_t mLiveSky;
+ LLSettingsWater::ptr_t mLiveWater;
LLEnvironment::connection_t mEventConnection;
};