summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-05-27 14:52:46 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-05-27 14:52:46 -0400
commit9a0a68aa4468ccc072be0bf310ff2a5f4cd50f61 (patch)
tree324dc93040afe652fb2a1da4d617b794e0f2297f /indra/newview/llvoavatarself.cpp
parent7477f9054846e1d8a11d0e31c51bd35efa9b4c18 (diff)
parentcd46893057b9ec7d309059eff3f503cfaf46de56 (diff)
Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r--indra/newview/llvoavatarself.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index a8e2f446c2..a03ded26ac 100644
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -1337,7 +1337,7 @@ BOOL LLVOAvatarSelf::isTextureVisible(LLVOAvatarDefines::ETextureIndex type, U32
{
if (isIndexBakedTexture(type))
{
- return LLVOAvatar::isTextureVisible(type);
+ return LLVOAvatar::isTextureVisible(type, (U32)0);
}
LLUUID tex_id = getLocalTextureID(type,index);