From e2224a5d8e2aa6fb5d1ea58c6ce980e30e134459 Mon Sep 17 00:00:00 2001
From: andreykproductengine <akleshchev@productengine.com>
Date: Mon, 17 Oct 2016 19:04:11 +0300
Subject: [PATCH] MAINT-6833 HUD warning will no longer show for temp attached
 objects

---
 indra/newview/llvoavatar.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index fe8f54b9001..1425b3d42ef 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();
-- 
GitLab