From 6e51714419a151dcc26e04319cc554187a905279 Mon Sep 17 00:00:00 2001 From: "Graham Linden graham@lindenlab.com" Date: Tue, 6 Mar 2018 20:16:49 +0000 Subject: Isolate atmospherics LLSD conversion code. Fix translateLegacySettings to add an array where an array is expected. --- indra/newview/llsettingsvo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/llsettingsvo.h') 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; -- cgit v1.2.3