diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-05-04 12:49:57 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-05-04 12:49:57 -0600 |
commit | 32c6f92fca59698d95c067bd258b13d4c60eada3 (patch) | |
tree | dd34ca7852801bb5c77e313b36ec813553ac92ea /indra/newview/llviewertexture.h | |
parent | 9cc9ceb250b8505448581d0345c7de42cf883632 (diff) |
EXT-7194: FIXED: It takes long time to finish downloading baked textures.
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rw-r--r-- | indra/newview/llviewertexture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h index 399c4378b0..74c46f3070 100644 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -263,6 +263,7 @@ protected: S32 mFullHeight; BOOL mUseMipMaps ; S8 mComponents; + bool mCanResetMaxVirtualSize; mutable F32 mMaxVirtualSize; // The largest virtual size of the image, in pixels - how much data to we need? mutable S8 mNeedsGLTexture; mutable BOOL mNeedsResetMaxVirtualSize ; |