aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerjointattachment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerjointattachment.cpp')
-rw-r--r--linden/indra/newview/llviewerjointattachment.cpp17
1 files changed, 9 insertions, 8 deletions
diff --git a/linden/indra/newview/llviewerjointattachment.cpp b/linden/indra/newview/llviewerjointattachment.cpp
index cec2ae3..f75ac48 100644
--- a/linden/indra/newview/llviewerjointattachment.cpp
+++ b/linden/indra/newview/llviewerjointattachment.cpp
@@ -50,16 +50,17 @@ extern LLPipeline gPipeline;
50//----------------------------------------------------------------------------- 50//-----------------------------------------------------------------------------
51// LLViewerJointAttachment() 51// LLViewerJointAttachment()
52//----------------------------------------------------------------------------- 52//-----------------------------------------------------------------------------
53LLViewerJointAttachment::LLViewerJointAttachment() 53LLViewerJointAttachment::LLViewerJointAttachment() :
54mJoint(NULL),
55mAttachedObject(NULL),
56mAttachmentDirty(FALSE),
57mVisibleInFirst(FALSE),
58mGroup(0),
59mIsHUDAttachment(FALSE),
60mPieSlice(-1)
54{ 61{
55 mJoint = NULL;
56 mAttachedObject = NULL;
57 mAttachmentDirty = FALSE;
58 mGroup = 0;
59 mUpdateXform = FALSE;
60 mIsHUDAttachment = FALSE;
61 mValid = FALSE; 62 mValid = FALSE;
62 mPieSlice = -1; 63 mUpdateXform = FALSE;
63} 64}
64 65
65//----------------------------------------------------------------------------- 66//-----------------------------------------------------------------------------