diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-03 14:17:29 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-03 14:17:29 -0400 |
commit | 439f1d48fb6c50d1725e947f52e96493eaf13c4c (patch) | |
tree | 30b35f89ce8e06637648ef69b9a17a7f50654de0 /indra | |
parent | 86894e48598144a25c6ca05c7f5d4a9497d0aff5 (diff) |
CTS-237 WIP performance testing to validate new ARC algorithm
Fixing a typo in my previous patch - want to use setRenderTypeMask instead of
andRenderTypeMask.
Deminimis change, no review
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewercontrol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewercontrol.cpp b/indra/newview/llviewercontrol.cpp index ec88813b5b..708a98d40a 100644 --- a/indra/newview/llviewercontrol.cpp +++ b/indra/newview/llviewercontrol.cpp @@ -148,7 +148,7 @@ static bool handleRenderPerfTestChanged(const LLSD& newvalue) } else { - gPipeline.andRenderTypeMask(LLPipeline::RENDER_TYPE_WL_SKY, + gPipeline.setRenderTypeMask(LLPipeline::RENDER_TYPE_WL_SKY, LLPipeline::RENDER_TYPE_GROUND, LLPipeline::RENDER_TYPE_TERRAIN, LLPipeline::RENDER_TYPE_GRASS, |