diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-11-01 22:07:55 +0100 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-11-01 22:07:55 +0100 | 
| commit | e00f4d739bb7b4feb0af72ceb0ad9e469beee3c9 (patch) | |
| tree | f1e2e22b5bc10f3232a22dc82c54db9252cc96dc | |
| parent | ae40b68ba7fb9ea9c308c0dcb01d19e3d218aeaa (diff) | |
| parent | 1f26a8f3b9c98c1fac3266ccbf9e49d49d6031a5 (diff) | |
merge
| -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 bb28d5d83e..0fc95de618 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) | 
