summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-11-16 12:41:15 -0600
committerDave Parks <davep@lindenlab.com>2011-11-16 12:41:15 -0600
commit38853ffdda5eafee6724177d080fd017265044d0 (patch)
treed36ffe67cd4aa0fcb9e1639cc478460aa063e3f5
parent6343c769ce402c31ae10944b5fef72fb70e6758a (diff)
parentdbef1616dc22ba8623a53f7d4d4daeabaeafa78a (diff)
merge
-rw-r--r--indra/llrender/llimagegl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llimagegl.cpp b/indra/llrender/llimagegl.cpp
index 789402c4a9..78591ddd38 100644
--- a/indra/llrender/llimagegl.cpp
+++ b/indra/llrender/llimagegl.cpp
@@ -1838,7 +1838,7 @@ void LLImageGL::analyzeAlpha(const void* data_in, U32 w, U32 h)
// this to be an intentional effect and don't treat as a mask.
U32 midrangetotal = 0;
- for (U32 i = 4; i < 11; i++)
+ for (U32 i = 2; i < 13; i++)
{
midrangetotal += sample[i];
}