aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawable.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lldrawable.h')
-rw-r--r--linden/indra/newview/lldrawable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/lldrawable.h b/linden/indra/newview/lldrawable.h
index 6ff4d1e..3bb5525 100644
--- a/linden/indra/newview/lldrawable.h
+++ b/linden/indra/newview/lldrawable.h
@@ -4,6 +4,7 @@
4 * 4 *
5 * Copyright (c) 2002-2007, Linden Research, Inc. 5 * Copyright (c) 2002-2007, Linden Research, Inc.
6 * 6 *
7 * Second Life Viewer Source Code
7 * The source code in this file ("Source Code") is provided by Linden Lab 8 * The source code in this file ("Source Code") is provided by Linden Lab
8 * to you under the terms of the GNU General Public License, version 2.0 9 * to you under the terms of the GNU General Public License, version 2.0
9 * ("GPL"), unless you have obtained a separate licensing agreement 10 * ("GPL"), unless you have obtained a separate licensing agreement
@@ -189,7 +190,7 @@ public:
189 // Debugging methods 190 // Debugging methods
190 S32 findReferences(LLDrawable *drawablep); // Not const because of @#$! iterators... 191 S32 findReferences(LLDrawable *drawablep); // Not const because of @#$! iterators...
191 192
192 void setSpatialGroup(LLSpatialGroup *groupp, const S32 offset); 193 void setSpatialGroup(LLSpatialGroup *groupp);
193 LLSpatialGroup *getSpatialGroup() const { return mSpatialGroupp; } 194 LLSpatialGroup *getSpatialGroup() const { return mSpatialGroupp; }
194 LLSpatialPartition* getSpatialPartition(); 195 LLSpatialPartition* getSpatialPartition();
195 196
@@ -306,7 +307,6 @@ protected:
306 face_list_t mFaces; 307 face_list_t mFaces;
307 LLSpatialGroup* mSpatialGroupp; 308 LLSpatialGroup* mSpatialGroupp;
308 LLPointer<LLDrawable> mSpatialBridge; 309 LLPointer<LLDrawable> mSpatialBridge;
309 S32 mSpatialGroupOffset;
310 310
311 mutable U32 mVisible; 311 mutable U32 mVisible;
312 F32 mRadius; 312 F32 mRadius;