diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-01 22:31:24 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-01 22:31:24 +0100 |
commit | f520ef3f5214bcab526b6f57c77a732e99ba2397 (patch) | |
tree | b0f1743c3f0107d0e1f6df2265801a2f75cca0b6 /indra/newview/lltexlayer.h | |
parent | 10aa4e3b1666b312f513d1b69be751fc11111170 (diff) | |
parent | 605a4a459e23073814e8ce18c8e9997a9e01fab0 (diff) |
merge 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) |