diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-04-18 19:31:29 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-04-18 19:31:29 -0400 |
commit | 223f0907092966e595890830be76ddf77776e123 (patch) | |
tree | 804245970427512f25ae133c45ce9b601ddbaf06 /indra/newview/llvoavatar.h | |
parent | 5adc782341fd2de7a791f989c991c07d3060b862 (diff) |
SL-371 - more tracking on partial joint overrides
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-x | 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 76b40fb90a..0e58d7f626 100755 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -204,6 +204,7 @@ public: void resetJointPositionsOnDetach(const LLUUID& mesh_id); void resetJointPositionsOnDetach(LLViewerObject *vo); void clearAttachmentPosOverrides(); + void showAttachmentPosOverrides() const; /*virtual*/ const LLUUID& getID() const; /*virtual*/ void addDebugText(const std::string& text); |