summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-02 18:02:59 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-02 18:02:59 -0400
commit3eae5ba0d006b2f73af6bcfc2b57429f99913eff (patch)
treebbe316d2316bbf7590d49d7630e311f32193b039
parente50a8b9a2b84b5578e7fc9672339e44b2046c157 (diff)
Removed setCanUseHTTP override in llvoavatar
-rwxr-xr-xindra/newview/llvoavatar.cpp2
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() ;