diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-09 15:21:27 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-09 15:26:44 +0300 |
commit | 45758daa8a1f388f5881f5025063e13b10ff7721 (patch) | |
tree | e3812b6ef46cde5a3a8d9b6d7f273b9f03b8909a /indra/newview/llvoavatar.cpp | |
parent | dceab3c78bb49eab28d1307bb7544e4b2b7763f0 (diff) |
SL-3278 Small adjustement
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 8cc0cc174c..2587967d15 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -10288,7 +10288,8 @@ void LLVOAvatar::accountRenderComplexityForObject( LL_DEBUGS("ARCdetail") << "Attachment costs " << attached_object->getAttachmentItemID() << " total: " << attachment_total_cost << ", volume: " << attachment_volume_cost - << ", textures: " << attachment_texture_cost + << ", " << textures.size() + << " textures: " << attachment_texture_cost << ", " << volume->numChildren() << " children: " << attachment_children_cost << LL_ENDL; |