diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-02 18:02:59 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-02 18:02:59 -0400 |
commit | 3eae5ba0d006b2f73af6bcfc2b57429f99913eff (patch) | |
tree | bbe316d2316bbf7590d49d7630e311f32193b039 /indra/newview/llvoavatar.cpp | |
parent | e50a8b9a2b84b5578e7fc9672339e44b2046c157 (diff) |
Removed setCanUseHTTP override in llvoavatar
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rwxr-xr-x | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 725939dd3e..638906cc6d 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -4478,7 +4478,7 @@ void LLVOAvatar::addBakedTextureStats( LLViewerFetchedTexture* imagep, F32 pixel // TODO: currently default to HTTP texture and fall back to UDP if cannot be found there. // Once server messaging is in place, we should call setCanUseHTTP(false) for old style // appearance requests - imagep->setCanUseHTTP(true); + //imagep->setCanUseHTTP(true); imagep->setMaxVirtualSizeResetInterval(MAX_TEXTURE_VIRTURE_SIZE_RESET_INTERVAL); imagep->resetMaxVirtualSizeResetCounter() ; |