diff options
| author | Graham Linden <graham@lindenlab.com> | 2013-09-20 16:45:32 -0700 |
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2013-09-20 16:45:32 -0700 |
| commit | 62b3bb9df551eb1c8ae65f5d89c201f6a7cc5fe3 (patch) | |
| tree | b3ca3d62c21316aecdb8e2365c830bc055e39e18 /indra/newview/llavatarrenderinfoaccountant.cpp | |
| parent | 2a03e8f9fb24bb68b79e34bcfa9a45d3e377b0b8 (diff) | |
| parent | 6d1c45f86321de7979b484dcc588e2dfa921c076 (diff) | |
Merge
Diffstat (limited to 'indra/newview/llavatarrenderinfoaccountant.cpp')
| -rw-r--r-- | indra/newview/llavatarrenderinfoaccountant.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llavatarrenderinfoaccountant.cpp b/indra/newview/llavatarrenderinfoaccountant.cpp index e778e0c032..5780268acb 100644 --- a/indra/newview/llavatarrenderinfoaccountant.cpp +++ b/indra/newview/llavatarrenderinfoaccountant.cpp @@ -256,6 +256,9 @@ void LLAvatarRenderInfoAccountant::sendRenderInfoToRegion(LLViewerRegion * regio { llinfos << "LRI: Sending avatar render info for " << avatar->getID() << ": " << info << llendl; + llinfos << "LRI: geometry " << avatar->getAttachmentGeometryBytes() + << ", area " << avatar->getAttachmentSurfaceArea() + << llendl; } } } |
