diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-10-30 19:15:50 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-10-30 19:15:50 +0100 |
commit | 1f26a8f3b9c98c1fac3266ccbf9e49d49d6031a5 (patch) | |
tree | fff972944b81fd72df2c1fe4fbdafa42ac81e6df | |
parent | ef0e3bfdd92bb5faea633a14487f123dfeb2f5f1 (diff) |
no-op change to try to get build host unstuck
-rw-r--r-- | indra/newview/llvovolume.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 004f335a5a..3f560b5750 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -1307,7 +1307,6 @@ BOOL LLVOVolume::calcLOD() cur_detail = computeLODDetail(ll_round(distance, 0.01f), ll_round(radius, 0.01f)); - if (gPipeline.hasRenderDebugMask(LLPipeline::RENDER_DEBUG_TRIANGLE_COUNT) && mDrawable->getFace(0)) { if (isRootEdit() && getChildren().size()>0) |