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

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
parent 86894e48
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ static bool handleRenderPerfTestChanged(const LLSD& newvalue) ...@@ -148,7 +148,7 @@ static bool handleRenderPerfTestChanged(const LLSD& newvalue)
} }
else else
{ {
gPipeline.andRenderTypeMask(LLPipeline::RENDER_TYPE_WL_SKY, gPipeline.setRenderTypeMask(LLPipeline::RENDER_TYPE_WL_SKY,
LLPipeline::RENDER_TYPE_GROUND, LLPipeline::RENDER_TYPE_GROUND,
LLPipeline::RENDER_TYPE_TERRAIN, LLPipeline::RENDER_TYPE_TERRAIN,
LLPipeline::RENDER_TYPE_GRASS, LLPipeline::RENDER_TYPE_GRASS,
......
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