diff options
author | Graham Linden <graham@lindenlab.com> | 2019-03-07 15:09:34 -0800 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-03-07 15:09:34 -0800 |
commit | 53f3755a4629206754a5695de233d88062a54d3d (patch) | |
tree | 2d82c2a20ae4a6e19686748b79db7610759ffb3e /indra/newview/pipeline.cpp | |
parent | dc4b34966ae6830a06bf266da6f600b32da8cfbd (diff) |
Fix tabs.
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 6e7e8eef21..b63f5bd05a 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -9993,14 +9993,14 @@ bool LLPipeline::getVisiblePointCloud(LLCamera& camera, LLVector3& min, LLVector void LLPipeline::renderHighlight(const LLViewerObject* obj, F32 fade) { BOOL shaders = canUseVertexShaders(); - if(shaders) - { - gHighlightProgram.bind(); - } - else - { - gPipeline.enableLightsFullbright(LLColor4(1,1,1,1)); - } + if(shaders) + { + gHighlightProgram.bind(); + } + else + { + gPipeline.enableLightsFullbright(LLColor4(1,1,1,1)); + } if (obj && obj->getVolume()) { |