aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerjointattachment.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:04 -0500
committerJacek Antonelli2008-08-15 23:45:04 -0500
commit117e22047c5752352342d64e3fb7ce00a4eb8113 (patch)
treee32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/llviewerjointattachment.cpp
parentSecond Life viewer sources 1.18.0.6 (diff)
downloadmeta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz
Second Life viewer sources 1.18.1.2
Diffstat (limited to '')
-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//-----------------------------------------------------------------------------