summaryrefslogtreecommitdiff
path: root/indra/newview/llface.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-05-31 13:25:19 -0500
committerDave Parks <davep@lindenlab.com>2012-05-31 13:25:19 -0500
commitdefbd61d318d0da12fdea208cf2b2297d9a6b122 (patch)
treed581c5087ee2c6ba09d125841692ea796321b1cc /indra/newview/llface.h
parent67221663fe46a29daf05e1e19282ad2228908991 (diff)
MAINT-639 Fix for random rainbow effects on some prims.
Diffstat (limited to 'indra/newview/llface.h')
-rw-r--r--indra/newview/llface.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/indra/newview/llface.h b/indra/newview/llface.h
index c31f357693..76ea5c853a 100644
--- a/indra/newview/llface.h
+++ b/indra/newview/llface.h
@@ -224,7 +224,7 @@ public:
//vertex buffer tracking
void setVertexBuffer(LLVertexBuffer* buffer);
- void clearVertexBuffer(); //sets mVertexBuffer and mLastVertexBuffer to NULL
+ void clearVertexBuffer(); //sets mVertexBuffer to NULL
LLVertexBuffer* getVertexBuffer() const { return mVertexBuffer; }
U32 getRiggedVertexBufferDataMask() const;
S32 getRiggedIndex(U32 type) const;
@@ -257,8 +257,7 @@ public:
private:
LLPointer<LLVertexBuffer> mVertexBuffer;
- LLPointer<LLVertexBuffer> mLastVertexBuffer;
-
+
U32 mState;
LLFacePool* mDrawPoolp;
U32 mPoolType;
@@ -271,12 +270,6 @@ private:
U32 mIndicesIndex; // index into draw pool for indices (yeah, I know!)
S32 mIndexInTex ;
- //previous rebuild's geometry info
- U16 mLastGeomCount;
- U16 mLastGeomIndex;
- U32 mLastIndicesCount;
- U32 mLastIndicesIndex;
-
LLXformMatrix* mXform;
LLPointer<LLViewerTexture> mTexture;
LLPointer<LLDrawable> mDrawablep;