diff options
-rw-r--r-- | indra/newview/llvoavatar.cpp | 1 |
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(); |