summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawable.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lldrawable.h')
-rw-r--r--indra/newview/lldrawable.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/indra/newview/lldrawable.h b/indra/newview/lldrawable.h
index 3691bbf71b..26796b92d0 100644
--- a/indra/newview/lldrawable.h
+++ b/indra/newview/lldrawable.h
@@ -297,18 +297,18 @@ public:
private:
typedef std::vector<LLFace*> face_list_t;
- U32 mState;
- S32 mRenderType;
- LLPointer<LLViewerObject> mVObjp;
- face_list_t mFaces;
- LLPointer<LLDrawable> mSpatialBridge;
+ U32 mState;
+ S32 mRenderType;
+ LLPointer<LLViewerObject> mVObjp;
+ face_list_t mFaces;
+ LLPointer<LLDrawable> mSpatialBridge;
- F32 mRadius;
- S32 mGeneration;
-
- LLVector3 mCurrentScale;
+ F32 mRadius;
+ S32 mGeneration;
+
+ LLVector3 mCurrentScale;
- static U32 sNumZombieDrawables;
+ static U32 sNumZombieDrawables;
static LLDynamicArrayPtr<LLPointer<LLDrawable> > sDeadList;
} LL_ALIGN_POSTFIX(16);