diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-05-27 17:05:30 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-05-27 17:05:30 -0400 |
commit | 0c7fafb70425853df26c703969e7a1892de2374e (patch) | |
tree | 22e8d38c750efc4df177c5eb04cd1ab66c92abce /indra/newview/llvoavatar.cpp | |
parent | d213946c6c8a3adda488e95e669514f6317beeb7 (diff) | |
parent | 2a061dbccc7ecadce7470ee272b6b10c5d551ff4 (diff) |
merge
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 94fef1c7e5..5d3c64f590 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -7994,7 +7994,7 @@ BOOL LLVOAvatar::isTextureVisible(LLVOAvatarDefines::ETextureIndex type, U32 ind // baked textures can use TE images directly return ((isTextureDefined(type) || isSelf()) && (getTEImage(type)->getID() != IMG_INVISIBLE - || LLDrawPoolAlpha::sShowDebugAlpha)); + || LLDrawPoolAlpha::sShowDebugAlpha)); } } |