aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lltexlayer.h')
-rw-r--r--linden/indra/newview/lltexlayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/lltexlayer.h b/linden/indra/newview/lltexlayer.h
index 020ba86..b841fa3 100644
--- a/linden/indra/newview/lltexlayer.h
+++ b/linden/indra/newview/lltexlayer.h
@@ -249,7 +249,7 @@ private:
249// LLTexLayerSet 249// LLTexLayerSet
250// An ordered set of texture layers that get composited into a single texture. 250// An ordered set of texture layers that get composited into a single texture.
251//----------------------------------------------------------------------------- 251//-----------------------------------------------------------------------------
252class LLTexLayerSet 252class LLTexLayerSet : public LLGLUpdate
253{ 253{
254 friend class LLTexLayerSetBuffer; 254 friend class LLTexLayerSetBuffer;
255public: 255public:
@@ -284,7 +284,7 @@ public:
284 LLVOAvatarDefines::EBakedTextureIndex getBakedTexIndex() { return mBakedTexIndex; } 284 LLVOAvatarDefines::EBakedTextureIndex getBakedTexIndex() { return mBakedTexIndex; }
285 void setBakedTexIndex(LLVOAvatarDefines::EBakedTextureIndex index) { mBakedTexIndex = index; } 285 void setBakedTexIndex(LLVOAvatarDefines::EBakedTextureIndex index) { mBakedTexIndex = index; }
286 BOOL isVisible() const { return mIsVisible; } 286 BOOL isVisible() const { return mIsVisible; }
287 287 /*virtual*/ void updateGL();
288public: 288public:
289 static BOOL sHasCaches; 289 static BOOL sHasCaches;
290 290