diff options
author | prep <prep@lindenlab.com> | 2010-12-06 17:15:56 -0500 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2010-12-06 17:15:56 -0500 |
commit | cb8dbaf0ef0c66294440aa209997de1a8bce382d (patch) | |
tree | 71478098d2cb5bdb70297474d07df85e5fbf5248 /indra/newview/llvoavatar.h | |
parent | 40e3f15988a2c4ed99673f1f4ea449bab179048a (diff) |
Fix for SH-542
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 833c30d6db..2e41940f28 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -690,6 +690,7 @@ public: protected:
LLViewerJointAttachment* getTargetAttachmentPoint(LLViewerObject* viewer_object);
void lazyAttach();
+ void rebuildRiggedAttachments( void );
//--------------------------------------------------------------------
// Map of attachment points, by ID
|