summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorEli Linden <eli@lindenlab.com>2010-05-27 13:49:18 -0700
committerEli Linden <eli@lindenlab.com>2010-05-27 13:49:18 -0700
commit2a061dbccc7ecadce7470ee272b6b10c5d551ff4 (patch)
tree1cdc2485f39c4871d94f348de746de7b5c7febe0 /indra/newview/llvoavatarself.cpp
parentd01b99adea6b15f751395f89035803275791855a (diff)
parent9a0a68aa4468ccc072be0bf310ff2a5f4cd50f61 (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 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);