diff options
author | Armin Weatherwax | 2010-06-10 00:33:17 +0200 |
---|---|---|
committer | Jacek Antonelli | 2010-06-19 02:43:35 -0500 |
commit | f3c718f80ed3c4a9cfc28f9521f332c456f00e75 (patch) | |
tree | 56be0a87bbdfb6f7a37eff7ed0bcee868a848fbf /linden/indra/llprimitive/llprimitive.cpp | |
parent | Changed 'Continue' to 'Cancel' for the ConfirmQuit alert (diff) | |
download | meta-impy-f3c718f80ed3c4a9cfc28f9521f332c456f00e75.zip meta-impy-f3c718f80ed3c4a9cfc28f9521f332c456f00e75.tar.gz meta-impy-f3c718f80ed3c4a9cfc28f9521f332c456f00e75.tar.bz2 meta-impy-f3c718f80ed3c4a9cfc28f9521f332c456f00e75.tar.xz |
fix: alpha not showing on other clients when clothing layer protection on
thanks to Emerald for fixing it and Katharine Berry for pointing to the fix :)
Diffstat (limited to 'linden/indra/llprimitive/llprimitive.cpp')
-rw-r--r-- | linden/indra/llprimitive/llprimitive.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llprimitive/llprimitive.cpp b/linden/indra/llprimitive/llprimitive.cpp index 009e6b2..c67c7d9 100644 --- a/linden/indra/llprimitive/llprimitive.cpp +++ b/linden/indra/llprimitive/llprimitive.cpp | |||
@@ -1163,7 +1163,7 @@ BOOL LLPrimitive::packTEMessage(LLMessageSystem *mesgsys, bool shield) const | |||
1163 | for (face_index = 0; face_index <= last_face_index; face_index++) | 1163 | for (face_index = 0; face_index <= last_face_index; face_index++) |
1164 | { | 1164 | { |
1165 | // Directly sending image_ids is not safe! | 1165 | // Directly sending image_ids is not safe! |
1166 | if(shield && !(face_index == 4 || face_index == 8 || face_index == 9 || face_index == 10 || face_index == 11 || face_index == 18 || face_index == 19)) | 1166 | if(shield && !(face_index == 20 || face_index == 8 || face_index == 9 || face_index == 10 || face_index == 11 || face_index == 18 || face_index == 19)) |
1167 | { | 1167 | { |
1168 | S8 f_f_i = face_index; | 1168 | S8 f_f_i = face_index; |
1169 | if(face_index == 0)f_f_i = 64; | 1169 | if(face_index == 0)f_f_i = 64; |