summaryrefslogtreecommitdiff
path: root/indra/newview/llsettingsvo.h
diff options
context:
space:
mode:
authorGraham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com>2018-03-06 20:16:49 +0000
committerGraham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com>2018-03-06 20:16:49 +0000
commit6e51714419a151dcc26e04319cc554187a905279 (patch)
tree04126f125c26e7e7c2664d64989910314c32317c /indra/newview/llsettingsvo.h
parent1d522aca8a5d5205f6d6150699ce5b9b8425c007 (diff)
Isolate atmospherics LLSD conversion code.
Fix translateLegacySettings to add an array where an array is expected.
Diffstat (limited to 'indra/newview/llsettingsvo.h')
-rw-r--r--indra/newview/llsettingsvo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llsettingsvo.h b/indra/newview/llsettingsvo.h
index 48b5cad168..3c47009d5f 100644
--- a/indra/newview/llsettingsvo.h
+++ b/indra/newview/llsettingsvo.h
@@ -94,6 +94,9 @@ public:
protected:
LLSettingsVOSky();
+ // Interpret new settings in terms of old atmospherics params
+ static void convertAtmosphericsToLegacy(LLSD& legacy, LLSD& settings);
+
virtual void updateSettings() override;
virtual void applySpecial(void *) override;