diff options
author | Rider Linden <rider@lindenlab.com> | 2018-07-10 15:15:47 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-07-10 15:15:47 -0700 |
commit | 294793b9a983a0c26c0e82bd432d4cc311ecb1ba (patch) | |
tree | d0b2b384aef6589f1d375c4746a4b1a5b8547723 /indra/newview/llenvironment.h | |
parent | e7ed4b4584ca39194bd3202d3d74defd0f0421d0 (diff) |
MAINT-8821: Tighten up floater. Allow apply from gear menu.
Diffstat (limited to 'indra/newview/llenvironment.h')
-rw-r--r-- | indra/newview/llenvironment.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llenvironment.h b/indra/newview/llenvironment.h index d9a1494424..6f8d4b5203 100644 --- a/indra/newview/llenvironment.h +++ b/indra/newview/llenvironment.h @@ -149,14 +149,14 @@ public: bool canEdit() const; bool isExtendedEnvironmentEnabled() const; bool isInventoryEnabled() const; - bool canAgentUpdateParcelEnvironment(bool useselected = false) const; + bool canAgentUpdateParcelEnvironment(bool useselected = true) const; bool canAgentUpdateRegionEnvironment() const; LLSettingsDay::ptr_t getCurrentDay() const { return mCurrentEnvironment->getDayCycle(); } LLSettingsSky::ptr_t getCurrentSky() const { return mCurrentEnvironment->getSky(); } LLSettingsWater::ptr_t getCurrentWater() const { return mCurrentEnvironment->getWater(); } - static void getAtmosphericModelSettings(AtmosphericModelSettings& settingsOut, const LLSettingsSky::ptr_t &psky); + static void getAtmosphericModelSettings(AtmosphericModelSettings& settingsOut, const LLSettingsSky::ptr_t &psky); void update(const LLViewerCamera * cam); |