summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2014-02-27 12:22:02 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2014-02-27 12:22:02 +0200
commit3085c6e18847debc0f7fb6cf3dbcec66aec23687 (patch)
treeb1678efb648c9fcabf0ac05b9c6bb603181b5634 /indra
parentc23aebf89d678fdbd27ac12b92dabb22c0822166 (diff)
MAINT-3778 Develop>RenderMetadata>LOD Info no longer displays values for objects
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llvovolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index c233221e5f..87c7d26cc0 100755
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -1288,7 +1288,7 @@ BOOL LLVOVolume::calcLOD()
if (gPipeline.hasRenderDebugMask(LLPipeline::RENDER_DEBUG_LOD_INFO) &&
mDrawable->getFace(0))
{
- //setDebugText(llformat("%.2f:%.2f, %d", debug_distance, radius, cur_detail));
+ setDebugText(llformat("%.2f:%.2f, %d", mDrawable->mDistanceWRTCamera, radius, cur_detail));
//setDebugText(llformat("%d", mDrawable->getFace(0)->getTextureIndex()));
}