diff options
author | Dessie Linden <dessie@lindenlab.com> | 2010-06-02 08:07:40 -0700 |
---|---|---|
committer | Dessie Linden <dessie@lindenlab.com> | 2010-06-02 08:07:40 -0700 |
commit | 4146416d32f9b1684343a48269a50561388fcef4 (patch) | |
tree | a62246679bc285a71e2eca05e537c6e0a74c71d9 /indra/newview/lltexlayer.h | |
parent | 20a69c3771937c55a9a25417e8ef1166081a525b (diff) | |
parent | 813d4cc8a336e0ef66d0f368269f5c10d9817c59 (diff) |
Merged from viewer-public
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 8f386b5a19..313c5f24e1 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 - BOOL mNeedsLowResUpload; // Whether we have sent a lowres version of our baked textures to the server + U32 mDebugNumLowresUploads; // 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) |