summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingswater.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/llsettingswater.cpp
parent5e544ee35d70fa9e27774ba30ccae06aa6d4d5f9 (diff)
MAINT-8052: One more step towards parcel environments.
Diffstat (limited to 'indra/llinventory/llsettingswater.cpp')
-rw-r--r--indra/llinventory/llsettingswater.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingswater.cpp b/indra/llinventory/llsettingswater.cpp
index 67a9cd39cb..0fe3de44d3 100644
--- a/indra/llinventory/llsettingswater.cpp
+++ b/indra/llinventory/llsettingswater.cpp
@@ -100,6 +100,8 @@ LLSD LLSettingsWater::defaults()
dfltsetting[SETTING_WAVE1_DIR] = LLVector2(1.04999f, -0.42000f).getValue();
dfltsetting[SETTING_WAVE2_DIR] = LLVector2(1.10999f, -1.16000f).getValue();
+ dfltsetting[SETTING_TYPE] = "water";
+
return dfltsetting;
}