summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-10 17:26:29 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-10 17:26:29 +0000
commit4a8b0e0f43c8bb1cbb77e8c89e5675e33dbce5e2 (patch)
tree8e596af731af37b8d13ef2f0d178ba62e0da9669
parent4cfb57bf9bbb11659c35b7b378dcd4d92eeb96c8 (diff)
parentaa55ce78e38c2ea32403a114e0aedf3eeaf70627 (diff)
merge.
-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 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 "