diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-11-09 17:44:50 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-11-09 17:44:50 -0500 |
commit | 2234ed87e4da21a9da257d99d410355306c99171 (patch) | |
tree | 65e4fa2e073905224812d3748471513e226e203c /indra/llappearance | |
parent | 46fce35fdcae3dfc72e22c8c4f2637f59487ed62 (diff) |
SH-3484 WIP - added additional logging under DebugAvatarCompositeBaked to try to track down baked texture issues
Diffstat (limited to 'indra/llappearance')
-rwxr-xr-x | indra/llappearance/lltexlayer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llappearance/lltexlayer.cpp b/indra/llappearance/lltexlayer.cpp index a65b9e83c6..a8bbbdbc06 100755 --- a/indra/llappearance/lltexlayer.cpp +++ b/indra/llappearance/lltexlayer.cpp @@ -48,9 +48,6 @@ using namespace LLAvatarAppearanceDefines; -static const S32 BAKE_UPLOAD_ATTEMPTS = 7; -static const F32 BAKE_UPLOAD_RETRY_DELAY = 2.f; // actual delay grows by power of 2 each attempt - // runway consolidate extern std::string self_av_string(); |