diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-05 19:38:08 +0100 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-05 19:38:08 +0100 |
| commit | f4e7383aa51ed26197f5068f89da365e4727f06e (patch) | |
| tree | 69db949232767af105f4fafc79790cc56851385a /indra/newview/llvoavatar.cpp | |
| parent | f290e9e851e1af694cd8df86e171b79ed4186e90 (diff) | |
| parent | b83de312ec063acaec1b550010aeb576eb6724b2 (diff) | |
merge
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
| -rw-r--r-- | indra/newview/llvoavatar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 4ed2147d3b..134af871ce 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -4094,6 +4094,7 @@ void LLVOAvatar::addBakedTextureStats( LLViewerFetchedTexture* imagep, F32 pixel mMaxPixelArea = llmax(pixel_area, mMaxPixelArea); mMinPixelArea = llmin(pixel_area, mMinPixelArea); imagep->resetTextureStats(); + imagep->setCanUseHTTP(false) ; //turn off http fetching for baked textures. imagep->addTextureStats(pixel_area / texel_area_ratio); imagep->setBoostLevel(boost_level); } |
