summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-05-27 17:05:30 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-05-27 17:05:30 -0400
commit0c7fafb70425853df26c703969e7a1892de2374e (patch)
tree22e8d38c750efc4df177c5eb04cd1ab66c92abce /indra/newview/llvoavatarself.cpp
parentd213946c6c8a3adda488e95e669514f6317beeb7 (diff)
parent2a061dbccc7ecadce7470ee272b6b10c5d551ff4 (diff)
merge
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 af11138459..203ab45cf4 100644
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -1339,7 +1339,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);