diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-06-02 17:30:34 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-06-02 17:30:34 -0400 |
commit | 609c389b899f3924f070dea384337bec4da0f2f4 (patch) | |
tree | 3ef29a1782bbc93462cd5c7c98aba3001087f60c /indra/newview/lltexlayer.h | |
parent | b1514dc19108320fa7d9ecb2879c96bcdc401605 (diff) |
EXT-7526 WIP Add baked texture information to texture view
EXT-7504 WIP Force decloud after timeout using lower res textures
Better formatting for baked texture information.
Also added exponential timeout for sending low res baked textures.
Diffstat (limited to 'indra/newview/lltexlayer.h')
-rw-r--r-- | indra/newview/lltexlayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexlayer.h b/indra/newview/lltexlayer.h index 313c5f24e1..635568542d 100644 --- a/indra/newview/lltexlayer.h +++ b/indra/newview/lltexlayer.h @@ -360,7 +360,7 @@ private: BOOL mNeedsUpdate; // Whether we need to update our baked textures BOOL mNeedsUpload; // Whether we need to send our baked textures to the server - U32 mDebugNumLowresUploads; // Number of times we've sent a lowres version of our baked textures to the server + U32 mNumLowresUploads; // Number of times we've sent a lowres version of our baked textures to the server BOOL mUploadPending; // Whether we have received back the new baked textures LLUUID mUploadID; // Identifies the current upload process (null if none). Used to avoid overlaps (eg, when the user rapidly makes two changes outside of Face Edit) |