diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-08-12 14:20:44 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-08-12 14:20:44 -0400 |
commit | 85a13b53f5570c44c476a7af70846874dfc3ecbf (patch) | |
tree | 69c5230d129510c7d5abcf54b718f9969c0a2831 /indra/llappearance/llavatarappearance.h | |
parent | 95d9e85f9539c449f37c438b90a90e6ac73d3b87 (diff) |
MAINT-6631 - reluctantly, added support for animation of collision volumes, to avoid breaking existing content.
Diffstat (limited to 'indra/llappearance/llavatarappearance.h')
-rw-r--r-- | indra/llappearance/llavatarappearance.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llappearance/llavatarappearance.h b/indra/llappearance/llavatarappearance.h index 3865da7098..dbcc1bfcf0 100644 --- a/indra/llappearance/llavatarappearance.h +++ b/indra/llappearance/llavatarappearance.h @@ -139,6 +139,8 @@ public: typedef std::map<std::string, LLJoint*> joint_map_t; joint_map_t mJointMap; + + S32 mNextJointNum; void computeBodySize(); |