summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-10-09 18:46:07 +0100
committerGraham Linden <graham@lindenlab.com>2018-10-09 18:46:07 +0100
commitc0b86245cd9f7e6805158e34423ba7d0d5ef7a04 (patch)
tree3b596e92815b7e2a72394746b5dc4dd439deb8b8
parentf8aac192378462b5824d28808ed84833e2cbfe0f (diff)
Remove redundant set of moon default tex id.
-rw-r--r--indra/llinventory/llsettingssky.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp
index 5ef964af04..61e31df663 100644
--- a/indra/llinventory/llsettingssky.cpp
+++ b/indra/llinventory/llsettingssky.cpp
@@ -696,7 +696,6 @@ LLSD LLSettingsSky::defaults(const LLSettingsBase::TrackPosition& position)
dfltsetting[SETTING_MAX_Y] = LLSD::Real(1605);
dfltsetting[SETTING_MOON_ROTATION] = moonquat.getValue();
dfltsetting[SETTING_MOON_BRIGHTNESS] = LLSD::Real(0.5f);
- dfltsetting[SETTING_MOON_TEXTUREID] = GetDefaultMoonTextureId();
dfltsetting[SETTING_STAR_BRIGHTNESS] = LLSD::Real(256.0000);
dfltsetting[SETTING_SUNLIGHT_COLOR] = LLColor4(0.7342, 0.7815, 0.8999, 0.0).getValue();