diff options
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, | 
