diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-10 17:26:29 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-10 17:26:29 +0000 |
commit | 4a8b0e0f43c8bb1cbb77e8c89e5675e33dbce5e2 (patch) | |
tree | 8e596af731af37b8d13ef2f0d178ba62e0da9669 /indra | |
parent | 4cfb57bf9bbb11659c35b7b378dcd4d92eeb96c8 (diff) | |
parent | aa55ce78e38c2ea32403a114e0aedf3eeaf70627 (diff) |
merge.
Diffstat (limited to 'indra')
-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 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 " |