diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-08-09 09:17:37 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-08-09 09:17:37 -0400 |
commit | b7a0d441a35193cdeb604a491b266d2f54babb7f (patch) | |
tree | 391738d4f6c31860077db9c5d749ee4cea3dcc82 /indra/newview/llvovolume.cpp | |
parent | ba90b2d3c738378d0d8300ff0a449beb680e7914 (diff) |
SL-126 - attachment logging under avatar at DEBUG level. Also fixed a typo in avatar_lad.xml
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r-- | indra/newview/llvovolume.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 465f8fe0d6..c8e98683aa 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -4783,7 +4783,8 @@ void LLVolumeGeometryManager::rebuildGeom(LLSpatialGroup* group) pAvatarVO->addAttachmentPosOverridesForObject(vobj); if (pAvatarVO->isSelf()) { - //pAvatarVO->showAttachmentPosOverrides(); + bool verbose = true; + pAvatarVO->showAttachmentPosOverrides(verbose); } } |