Avatar Physics innital commit. No edit panel. SavedSettings not plugged in yet.

This commit is contained in:
Shyotl
2011-04-28 10:09:11 -05:00
parent 332cfdb532
commit 2dff12433c
29 changed files with 1821 additions and 24 deletions

View File

@@ -1521,6 +1521,9 @@ std::string get_item_icon_name(LLAssetType::EType asset_type,
case WT_TATTOO:
idx = CLOTHING_TATTOO_ICON_NAME;
break;
case WT_PHYSICS:
idx = CLOTHING_PHYSICS_ICON_NAME;
break;
default:
// no-op, go with choice above
break;