From f8e22b3e285c08e95ed8cedfeeff4912c8b82b58 Mon Sep 17 00:00:00 2001 From: "Nyx (Neal Orman)" Date: Wed, 10 Feb 2010 12:15:05 -0500 Subject: EXT-5301 log spam when wearing alpha mask added additional check on no host for texture error so that we don't trigger it for IMG_INVISIBLE. code reviewed by Seraph --- indra/newview/llvoavatar.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra') diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 4235f97eab..afe325856b 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -4048,6 +4048,7 @@ void LLVOAvatar::updateTextures() // Spam if this is a baked texture, not set to default image, without valid host info if (isIndexBakedTexture((ETextureIndex)texture_index) && imagep->getID() != IMG_DEFAULT_AVATAR + && imagep->getID() != IMG_INVISIBLE && !imagep->getTargetHost().isOk()) { LL_WARNS_ONCE("Texture") << "LLVOAvatar::updateTextures No host for texture " -- cgit v1.2.3