summaryrefslogtreecommitdiff
path: root/indra/llrender/llimagegl.h
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-11-04 16:54:20 -0400
committerLoren Shih <seraph@lindenlab.com>2010-11-04 16:54:20 -0400
commit54c882713591000383704ccd3c5866a226918eef (patch)
tree252b6a3cea615963696bfe1021f389a94e96cd69 /indra/llrender/llimagegl.h
parent0347844b340ed5b64ade2428fec85e5ecb2d478a (diff)
SH-353 FIXED Crash when toggling anisotropic filtering
Diffstat (limited to 'indra/llrender/llimagegl.h')
-rw-r--r--indra/llrender/llimagegl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llimagegl.h b/indra/llrender/llimagegl.h
index 87a835cdcc..6c980984c0 100644
--- a/indra/llrender/llimagegl.h
+++ b/indra/llrender/llimagegl.h
@@ -64,6 +64,7 @@ public:
// Save off / restore GL textures
static void destroyGL(BOOL save_state = TRUE);
static void restoreGL();
+ static void dirtyTexOptions();
// Sometimes called externally for textures not using LLImageGL (should go away...)
static S32 updateBoundTexMem(const S32 mem, const S32 ncomponents, S32 category) ;