summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2016-10-17 19:04:11 +0300
committerandreykproductengine <akleshchev@productengine.com>2016-10-17 19:04:11 +0300
commite2224a5d8e2aa6fb5d1ea58c6ce980e30e134459 (patch)
treebe76b5e425c98c26b5113cbfa3c47de826395809 /indra/newview/llvoavatar.cpp
parentc86967100c453ed35aca0ebbe57dd9dc9b85288f (diff)
MAINT-6833 HUD warning will no longer show for temp attached objects
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r--indra/newview/llvoavatar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index fe8f54b900..1425b3d42e 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -8434,6 +8434,7 @@ void LLVOAvatar::calculateUpdateRenderComplexity()
if (isSelf()
&& attached_object
&& attached_object->isHUDAttachment()
+ && !attached_object->isTempAttachment()
&& attached_object->mDrawable)
{
textures.clear();