diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llcape.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
211 | //-------------------------------------- | 211 | //-------------------------------------- |
212 | LLClothAttributes mAttributes; // these determine the characteristics of the cloth | 212 | LLClothAttributes mAttributes; // these determine the characteristics of the cloth |
213 | LLVector3 mAvatarCollisionSpherePosition; // derived from the avatar | 213 | LLVector3 mAvatarCollisionSpherePosition; // derived from the avatar |
214 | LLPointer<LLViewerObject> mDummyVO [ CLOTH_MAX_STRANDS ]; | 214 | // Backlink only; don't make this an LLPointer. |
215 | LLViewerObject* mDummyVO [ CLOTH_MAX_STRANDS ]; | ||
215 | LLVolumeImplFlexible* mStrand [ CLOTH_MAX_STRANDS ]; // the array of strands that make up the cloth | 216 | LLVolumeImplFlexible* mStrand [ CLOTH_MAX_STRANDS ]; // the array of strands that make up the cloth |
216 | 217 | ||
217 | 218 | ||