diff options
author | Graham Linden <graham@lindenlab.com> | 2019-05-13 13:54:55 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-05-13 13:54:55 -0700 |
commit | 61c2f390210720132c861a157b66cc77fe273d51 (patch) | |
tree | d6b646b60f27c47a7ad692ac42f1197de8922f31 /indra/newview/pipeline.cpp | |
parent | 0412bfdd7248e7d5621469085b34dfea9c4589d4 (diff) |
SL-11107
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 7578d6a647..628e7ae2d7 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -7876,7 +7876,7 @@ void LLPipeline::renderBloom(bool for_snapshot, F32 zoom_factor, int subfield) S32 channel = shader->enableTexture(LLShaderMgr::DEFERRED_DIFFUSE, mScreen.getUsage()); if (channel > -1) { - mScreen.bindTexture(0, channel, LLTexUnit::TFO_BILINEAR); + mScreen.bindTexture(0, channel); } if (!LLViewerCamera::getInstance()->cameraUnderWater()) |