diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2012-07-19 15:31:33 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2012-07-19 15:31:33 -0600 |
commit | afcc61a07a0449f390643aafea479e5ab068bda6 (patch) | |
tree | 200bfc2983bb415eb234c8c9534ce248329f8acc /indra/llrender/llimagegl.h | |
parent | 833d73d6747e6983e21ba7716a704c01c95d6a73 (diff) |
fix for SH-3238: Textures are loaded at lower detail on subsequent log-ins
Diffstat (limited to 'indra/llrender/llimagegl.h')
-rwxr-xr-x | indra/llrender/llimagegl.h | 2 |
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; } |