summaryrefslogtreecommitdiff
path: root/indra/llrender/llimagegl.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2012-07-19 15:31:33 -0600
committerXiaohong Bao <bao@lindenlab.com>2012-07-19 15:31:33 -0600
commitafcc61a07a0449f390643aafea479e5ab068bda6 (patch)
tree200bfc2983bb415eb234c8c9534ce248329f8acc /indra/llrender/llimagegl.h
parent833d73d6747e6983e21ba7716a704c01c95d6a73 (diff)
fix for SH-3238: Textures are loaded at lower detail on subsequent log-ins
Diffstat (limited to 'indra/llrender/llimagegl.h')
-rwxr-xr-xindra/llrender/llimagegl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llimagegl.h b/indra/llrender/llimagegl.h
index f34b9fa91a..ee240f2797 100755
--- a/indra/llrender/llimagegl.h
+++ b/indra/llrender/llimagegl.h
@@ -92,7 +92,7 @@ protected:
public:
virtual void dump(); // debugging info to llinfos
- void setSize(S32 width, S32 height, S32 ncomponents);
+ void setSize(S32 width, S32 height, S32 ncomponents, S32 discard_level = -1);
void setComponents(S32 ncomponents) { mComponents = (S8)ncomponents ;}
void setAllowCompression(bool allow) { mAllowCompression = allow; }