summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-09-03 14:51:22 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-09-03 14:51:22 -0400
commitdd15fb86c0cd62c86a4e4be9ba12540000fc7781 (patch)
treeb84f4b7efe82aa3467f0442777af563642b243c2
parent439f1d48fb6c50d1725e947f52e96493eaf13c4c (diff)
CTS-237 WIP performance testing to validate ARC algorithm
Another typo - was disabling the UI, whether the debug option was true or false simple copy/paste error.
-rw-r--r--indra/newview/llviewercontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewercontrol.cpp b/indra/newview/llviewercontrol.cpp
index 708a98d40a..3e716368fb 100644
--- a/indra/newview/llviewercontrol.cpp
+++ b/indra/newview/llviewercontrol.cpp
@@ -160,7 +160,7 @@ static bool handleRenderPerfTestChanged(const LLSD& newvalue)
LLPipeline::RENDER_TYPE_CLOUDS,
LLPipeline::RENDER_TYPE_HUD_PARTICLES,
LLPipeline::END_RENDER_TYPES);
- gPipeline.setRenderDebugFeatureControl(LLPipeline::RENDER_DEBUG_FEATURE_UI, false);
+ gPipeline.setRenderDebugFeatureControl(LLPipeline::RENDER_DEBUG_FEATURE_UI, true);
}
return true;