summaryrefslogtreecommitdiff
path: root/indra/newview/llenvironment.h
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2018-11-30 17:48:08 +0200
committermaxim_productengine <mnikolenko@productengine.com>2018-11-30 17:48:08 +0200
commitd66012f85e885679738cf8c488fd8ff460319c85 (patch)
treebb1941153a12040abb44f66e25a4255e2f7bad54 /indra/newview/llenvironment.h
parent58ffb2e4b11d7aaf1fb66531f4925bd359f551cb (diff)
SL-9716 [EEP] "Use Shared Environment" does not enable when applying an environment to a parcel or region
Diffstat (limited to 'indra/newview/llenvironment.h')
-rw-r--r--indra/newview/llenvironment.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llenvironment.h b/indra/newview/llenvironment.h
index 55881f1c75..7e35fdcfac 100644
--- a/indra/newview/llenvironment.h
+++ b/indra/newview/llenvironment.h
@@ -144,6 +144,8 @@ public:
void setEnvironment(EnvSelection_t env, const LLUUID &assetId, LLSettingsDay::Seconds daylength, LLSettingsDay::Seconds dayoffset);
void setEnvironment(EnvSelection_t env, const LLUUID &assetId);
+ void setSharedEnvironment();
+
void clearEnvironment(EnvSelection_t env);
LLSettingsDay::ptr_t getEnvironmentDay(EnvSelection_t env);
LLSettingsDay::Seconds getEnvironmentDayLength(EnvSelection_t env);