Skip to content
Snippets Groups Projects
Commit dd15fb86 authored by Nyx (Neal Orman)'s avatar Nyx (Neal Orman)
Browse files

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.
parent 439f1d48
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment