diff options
author | prep linden <prep@lindenlab.com> | 2010-12-03 13:02:34 -0500 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2010-12-03 13:02:34 -0500 |
commit | 4e922949a9a1e508a698ce5a03657f1417252d9f (patch) | |
tree | 01bee4096bb698e858e3e4ea60a428e92e052f4c /indra/llcharacter/lljoint.h | |
parent | 963e3346b1c81590d0c31097912e6481515f3722 (diff) |
Fix for SH-479
Diffstat (limited to 'indra/llcharacter/lljoint.h')
-rw-r--r-- | indra/llcharacter/lljoint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcharacter/lljoint.h b/indra/llcharacter/lljoint.h index 4c8bd690e8..cbfca588b0 100644 --- a/indra/llcharacter/lljoint.h +++ b/indra/llcharacter/lljoint.h @@ -83,6 +83,7 @@ protected: LLXformMatrix mOldXform; LLXformMatrix mDefaultXform; + LLUUID mId; public: U32 mDirtyFlags; BOOL mUpdateXform; @@ -182,6 +183,8 @@ public: void setDefaultFromCurrentXform( void ); void storeCurrentXform( const LLVector3& pos ); + LLUUID getId( void ) { return mId; } + void setId( const LLUUID& id ) { mId = id;} }; #endif // LL_LLJOINT_H |