diff options
author | Anchor Linden <anchor@lindenlab.com> | 2018-05-24 01:17:07 -0700 |
---|---|---|
committer | Anchor Linden <anchor@lindenlab.com> | 2018-05-24 01:17:07 -0700 |
commit | f277aed2186871ad7fd76de3a49348ed5ba94e3b (patch) | |
tree | a475e698c24f28063bebf9401ea5a789c34a48de /indra/newview/llpaneleditwearable.cpp | |
parent | 0fdbe7e34df55ac92302b4af38c42d03454d3bc1 (diff) |
[DRTVWR-455] - add new bake testure and tattoo slots
Diffstat (limited to 'indra/newview/llpaneleditwearable.cpp')
-rw-r--r-- | indra/newview/llpaneleditwearable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpaneleditwearable.cpp b/indra/newview/llpaneleditwearable.cpp index 0ee1d451c0..73534bf495 100644 --- a/indra/newview/llpaneleditwearable.cpp +++ b/indra/newview/llpaneleditwearable.cpp @@ -369,7 +369,7 @@ LLEditWearableDictionary::TextureCtrls::TextureCtrls() addEntry (TEX_LEFT_LEG_TATTOO, new PickerControlEntry(TEX_LEFT_LEG_TATTOO, "Left Leg Tattoo", LLUUID::null, TRUE)); addEntry (TEX_AUX1_TATTOO, new PickerControlEntry(TEX_AUX1_TATTOO, "Aux1 Tattoo", LLUUID::null, TRUE)); addEntry (TEX_AUX2_TATTOO, new PickerControlEntry(TEX_AUX2_TATTOO, "Aux2 Tattoo", LLUUID::null, TRUE)); - addEntry (TEX_AUX3_BAKED, new PickerControlEntry(TEX_AUX3_TATTOO, "Aux3 Tattoo", LLUUID::null, TRUE)); + addEntry (TEX_AUX3_TATTOO, new PickerControlEntry(TEX_AUX3_TATTOO, "Aux3 Tattoo", LLUUID::null, TRUE)); } LLEditWearableDictionary::PickerControlEntry::PickerControlEntry(ETextureIndex tex_index, |