Added Alpha Layer support and Additional Attachments, plus I reverted my
localhost on outgoing log hack and added the original values back in.
This commit is contained in:
@@ -1220,6 +1220,12 @@ std::string get_item_icon_name(LLAssetType::EType asset_type,
|
||||
case WT_SKIRT:
|
||||
idx = CLOTHING_SKIRT_ICON_NAME;
|
||||
break;
|
||||
case WT_ALPHA:
|
||||
idx = CLOTHING_ALPHA_ICON_NAME;
|
||||
break;
|
||||
case WT_TATTOO:
|
||||
idx = CLOTHING_TATTOO_ICON_NAME;
|
||||
break;
|
||||
default:
|
||||
// no-op, go with choice above
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user