diff options
author | Rider Linden <rider@lindenlab.com> | 2019-01-22 09:24:11 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2019-01-22 09:24:11 -0800 |
commit | f42ac5b94e384c789de0b2c4e865b087589a940e (patch) | |
tree | e974db7c45aab640abb343f5183e56c93e000bff /indra/llinventory/llsettingssky.h | |
parent | 042454bda9506185ebf82e3bbdf4305214d6af84 (diff) |
SL-10387: Move settings intjection to a setting object (and out of llEnvironment)
Diffstat (limited to 'indra/llinventory/llsettingssky.h')
-rw-r--r-- | indra/llinventory/llsettingssky.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingssky.h b/indra/llinventory/llsettingssky.h index 4d0d4268b2..a09dcd2008 100644 --- a/indra/llinventory/llsettingssky.h +++ b/indra/llinventory/llsettingssky.h @@ -311,6 +311,7 @@ public: F32 constant_term, F32 aniso_factor = 0.0f); + virtual void updateSettings() SETTINGS_OVERRIDE; protected: static const std::string SETTING_LEGACY_EAST_ANGLE; static const std::string SETTING_LEGACY_ENABLE_CLOUD_SCROLL; @@ -320,7 +321,6 @@ protected: virtual stringset_t getSlerpKeys() const SETTINGS_OVERRIDE; virtual stringset_t getSkipInterpolateKeys() const SETTINGS_OVERRIDE; - virtual void updateSettings() SETTINGS_OVERRIDE; private: static LLSD rayleighConfigDefault(); |