aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerjointattachment.h
diff options
context:
space:
mode:
authorNicholaz Beresford2008-09-17 02:09:44 -0500
committerJacek Antonelli2008-09-17 02:09:51 -0500
commit36e67d5a189529f14ffde674da9ea24bdccd3023 (patch)
treea36932a0fd59a67a9c5d972b5ba50d2a49427248 /linden/indra/newview/llviewerjointattachment.h
parentCreated ChangeLog.txt. (diff)
downloadmeta-impy-36e67d5a189529f14ffde674da9ea24bdccd3023.zip
meta-impy-36e67d5a189529f14ffde674da9ea24bdccd3023.tar.gz
meta-impy-36e67d5a189529f14ffde674da9ea24bdccd3023.tar.bz2
meta-impy-36e67d5a189529f14ffde674da9ea24bdccd3023.tar.xz
VWR-2685: Possible crash in bounding box (getBoundingBoxAgent())
from hud attachments.
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewerjointattachment.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewerjointattachment.h b/linden/indra/newview/llviewerjointattachment.h
index 8e665aa..a69c10c 100644
--- a/linden/indra/newview/llviewerjointattachment.h
+++ b/linden/indra/newview/llviewerjointattachment.h
@@ -98,8 +98,7 @@ protected:
98 void calcLOD(); 98 void calcLOD();
99 99
100protected: 100protected:
101 // Backlink only; don't make this an LLPointer. 101 LLPointer<LLViewerObject> mAttachedObject;
102 LLViewerObject* mAttachedObject;
103 BOOL mVisibleInFirst; 102 BOOL mVisibleInFirst;
104 LLVector3 mOriginalPos; 103 LLVector3 mOriginalPos;
105 S32 mGroup; 104 S32 mGroup;