diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-28 23:56:55 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-28 23:56:55 +0000 |
commit | 0a94b5bb390675bb1746f24c8352e73240a8d670 (patch) | |
tree | 1af6208350561a5afab804caeeb7898bc85a40cf /indra/llappearance/llavatarappearancedefines.h | |
parent | 5c101330caf7eb4ee145c8b2f2921ff6b3a870ee (diff) |
Exposing more tex layer information for hash id generation
Diffstat (limited to 'indra/llappearance/llavatarappearancedefines.h')
-rw-r--r-- | indra/llappearance/llavatarappearancedefines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llappearance/llavatarappearancedefines.h b/indra/llappearance/llavatarappearancedefines.h index 0351f28429..2e073bf5d2 100644 --- a/indra/llappearance/llavatarappearancedefines.h +++ b/indra/llappearance/llavatarappearancedefines.h @@ -46,6 +46,7 @@ extern const S32 IMPOSTOR_PERIOD; //-------------------------------------------------------------------- enum ETextureIndex { + TEX_INVALID = -1, TEX_HEAD_BODYPAINT = 0, TEX_UPPER_SHIRT, TEX_LOWER_PANTS, |