diff options
Diffstat (limited to 'mAttachedObject.diff.txt')
-rw-r--r-- | mAttachedObject.diff.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/mAttachedObject.diff.txt b/mAttachedObject.diff.txt deleted file mode 100644 index 73ffab5..0000000 --- a/mAttachedObject.diff.txt +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | diff --git a/linden/indra/newview/llviewerjointattachment.h b/linden/indra/newview/llviewerjointattachment.h | ||
2 | index dd63bfd..6a505c0 100644 | ||
3 | --- a/linden/indra/newview/llviewerjointattachment.h | ||
4 | +++ b/linden/indra/newview/llviewerjointattachment.h | ||
5 | @@ -98,7 +98,9 @@ protected: | ||
6 | void calcLOD(); | ||
7 | |||
8 | protected: | ||
9 | - LLPointer<LLViewerObject> mAttachedObject; | ||
10 | + | ||
11 | + // Backlink only; don't make this an LLPointer. | ||
12 | + LLViewerObject* mAttachedObject; | ||
13 | BOOL mVisibleInFirst; | ||
14 | LLVector3 mOriginalPos; | ||
15 | S32 mGroup; | ||
16 | |||