diff options
author | Dave Parks <davep@lindenlab.com> | 2010-10-21 14:24:03 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-10-21 14:24:03 -0500 |
commit | 450c28e02b9e9e985f56e3fc013401de30c42253 (patch) | |
tree | 501a71fbe38eafd0c5e3f967b7a36a2953e0878a /indra/llrender | |
parent | 06c2c70abf60a89e22341cdc27c3aa5329569a5f (diff) |
Fix for crash when toggling anisotropic filtering.
Diffstat (limited to 'indra/llrender')
-rw-r--r-- | indra/llrender/llimagegl.h | 1 |
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) ; |