diff options
| author | Rider Linden <rider@lindenlab.com> | 2018-05-24 13:11:33 -0700 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2018-05-24 13:11:33 -0700 |
| commit | fa4ac065cb332c8c90fb59eeff0b983a1fd56691 (patch) | |
| tree | 61bdaf3c09b2ff9041dd9d7ff23abcb127f85f5f /indra/llinventory/llsettingssky.h | |
| parent | fbaa01d9a0c63386f13f0e43437c69f700950fd6 (diff) | |
Enable sky changes with altitude.
Diffstat (limited to 'indra/llinventory/llsettingssky.h')
| -rw-r--r-- | indra/llinventory/llsettingssky.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingssky.h b/indra/llinventory/llsettingssky.h index 59a9dc9a43..9379cd37c3 100644 --- a/indra/llinventory/llsettingssky.h +++ b/indra/llinventory/llsettingssky.h @@ -479,6 +479,8 @@ public: return mNextCloudTextureId; } + virtual LLSettingsBase::ptr_t buildDerivedClone() override { return buildClone(); } + protected: static const std::string SETTING_LEGACY_EAST_ANGLE; static const std::string SETTING_LEGACY_ENABLE_CLOUD_SCROLL; |
