diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-05-05 12:14:27 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-05-05 12:14:27 -0600 |
commit | 2ab6b5fd657ae0d2c59580906c35c188a697cd1f (patch) | |
tree | 3ccb343bd863aff01f479e706c5bf6bedbcc71f1 /indra/newview/pipeline.cpp | |
parent | f48d7f0d7b5c226837c0e0cc6d99c22d4b43810b (diff) |
for EXT-7080: Outfit texture updates are not transmitted (in either direction) when HTTP Textures is enabled.
turn on HTTP uploading cap check for baked textures and turn off HTTP downloading checking for baked textures.
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index bdcd648689..2d2fc38573 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -265,7 +265,7 @@ BOOL LLPipeline::sRenderParticleBeacons = FALSE; BOOL LLPipeline::sRenderSoundBeacons = FALSE; BOOL LLPipeline::sRenderBeacons = FALSE; BOOL LLPipeline::sRenderHighlight = TRUE; -BOOL LLPipeline::sForceOldBakedUpload = TRUE; +BOOL LLPipeline::sForceOldBakedUpload = FALSE; S32 LLPipeline::sUseOcclusion = 0; BOOL LLPipeline::sDelayVBUpdate = TRUE; BOOL LLPipeline::sFastAlpha = TRUE; |