diff options
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 25aea4c4b3..0962d3e479 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -107,8 +107,7 @@ S32 gTrivialAccepts = 0; BOOL gRenderForSelect = FALSE; BOOL gUsePickAlpha = TRUE; -F32 gPickAlphaThreshold = 0.f; -F32 gPickAlphaTargetThreshold = 0.f; +F32 gPickAlphaThreshold = 0.2f; //glsl parameter tables const char* LLPipeline::sReservedAttribs[] = |