summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingssky.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-01-23 17:34:25 -0800
committerRider Linden <rider@lindenlab.com>2018-01-23 17:34:25 -0800
commit536aeb54a6130f3d1e20405c8f6cbd29201de26d (patch)
tree8cc33f38b3ce3e2c2ad881e7929997d6a0ec515c /indra/llinventory/llsettingssky.cpp
parent5e544ee35d70fa9e27774ba30ccae06aa6d4d5f9 (diff)
MAINT-8052: One more step towards parcel environments.
Diffstat (limited to 'indra/llinventory/llsettingssky.cpp')
-rw-r--r--indra/llinventory/llsettingssky.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp
index 14024cf4f7..c02d99fb67 100644
--- a/indra/llinventory/llsettingssky.cpp
+++ b/indra/llinventory/llsettingssky.cpp
@@ -270,6 +270,8 @@ LLSD LLSettingsSky::defaults()
dfltsetting[SETTING_MOON_TEXTUREID] = IMG_MOON; // gMoonTextureID; // These two are returned by the login... wow!
dfltsetting[SETTING_SUN_TEXUTUREID] = IMG_SUN; // gSunTextureID;
+ dfltsetting[SETTING_TYPE] = "sky";
+
return dfltsetting;
}