diff options
author | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
commit | 117e22047c5752352342d64e3fb7ce00a4eb8113 (patch) | |
tree | e32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/llviewerjointattachment.cpp | |
parent | Second Life viewer sources 1.18.0.6 (diff) | |
download | meta-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.cpp | 17 |
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 | //----------------------------------------------------------------------------- |
53 | LLViewerJointAttachment::LLViewerJointAttachment() | 53 | LLViewerJointAttachment::LLViewerJointAttachment() : |
54 | mJoint(NULL), | ||
55 | mAttachedObject(NULL), | ||
56 | mAttachmentDirty(FALSE), | ||
57 | mVisibleInFirst(FALSE), | ||
58 | mGroup(0), | ||
59 | mIsHUDAttachment(FALSE), | ||
60 | mPieSlice(-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 | //----------------------------------------------------------------------------- |