From 28d8d4e7664bcd6c8369cc18832e42096af7cad2 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:01 -0500 Subject: Second Life viewer sources 1.17.3.0 --- linden/indra/newview/llcape.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linden/indra/newview/llcape.h') diff --git a/linden/indra/newview/llcape.h b/linden/indra/newview/llcape.h index 1ccdc9c..f491a61 100644 --- a/linden/indra/newview/llcape.h +++ b/linden/indra/newview/llcape.h @@ -211,7 +211,8 @@ class LLVOCloth : public LLViewerObject //-------------------------------------- LLClothAttributes mAttributes; // these determine the characteristics of the cloth LLVector3 mAvatarCollisionSpherePosition; // derived from the avatar - LLPointer mDummyVO [ CLOTH_MAX_STRANDS ]; + // Backlink only; don't make this an LLPointer. + LLViewerObject* mDummyVO [ CLOTH_MAX_STRANDS ]; LLVolumeImplFlexible* mStrand [ CLOTH_MAX_STRANDS ]; // the array of strands that make up the cloth -- cgit v1.1