summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2010-05-04 17:24:13 -0600
committerXiaohong Bao <bao@lindenlab.com>2010-05-04 17:24:13 -0600
commitf48d7f0d7b5c226837c0e0cc6d99c22d4b43810b (patch)
tree3f962baa1e62f97a3500255992506f9f12bd37a1
parentbd8183f3249b760fb51c195579f5c9deef57e84f (diff)
EXT-7080: another partial FIXED: Outfit texture updates are not transmitted (in either direction) when HTTP Textures is enabled.
set LLPipeline::sForceOldBakedUpload = TRUE; by default so baked texture uploading always through UDP.
-rw-r--r--indra/newview/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index 2d2fc38573..bdcd648689 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 = FALSE;
+BOOL LLPipeline::sForceOldBakedUpload = TRUE;
S32 LLPipeline::sUseOcclusion = 0;
BOOL LLPipeline::sDelayVBUpdate = TRUE;
BOOL LLPipeline::sFastAlpha = TRUE;