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

@@ -58,7 +58,8 @@ enum EWearableType // If you change this, update LLWearable::getTypeName(), get
WT_SKIRT = 12,
WT_ALPHA = 13,
WT_TATTOO = 14,
WT_COUNT = 15,
WT_PHYSICS = 15,
WT_COUNT = 16,
WT_INVALID = 255
};