aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt6
-rw-r--r--linden/indra/newview/llviewerjointattachment.h3
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index d29f445..5564136 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,9 @@
12008-09-17 Nicholaz Beresford <nicholaz@blueflash.cc>
2
3 * linden/indra/newview/llviewerjointattachment.h (LLViewerJoint):
4 VWR-2685: Possible crash in bounding box (getBoundingBoxAgent())
5 from hud attachments.
6
12008-09-16 Jacek Antonelli <jacek.antonelli@gmail.com> 72008-09-16 Jacek Antonelli <jacek.antonelli@gmail.com>
2 8
3 * linden/indra/newview/lltexturecache.cpp (purgeTextureFilesTimeSliced): 9 * linden/indra/newview/lltexturecache.cpp (purgeTextureFilesTimeSliced):
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;