summaryrefslogtreecommitdiff
path: root/indra/llimage/llimagefilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llimage/llimagefilter.h')
-rwxr-xr-xindra/llimage/llimagefilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llimage/llimagefilter.h b/indra/llimage/llimagefilter.h
index e392d3215e..d2650c2539 100755
--- a/indra/llimage/llimagefilter.h
+++ b/indra/llimage/llimagefilter.h
@@ -38,7 +38,7 @@ typedef enum e_stencil_blend_mode
{
STENCIL_BLEND_MODE_BLEND = 0,
STENCIL_BLEND_MODE_ADD = 1,
- STENCIL_BLEND_MODE_DODGE = 2,
+ STENCIL_BLEND_MODE_ABACK = 2,
STENCIL_BLEND_MODE_FADE = 3
} EStencilBlendMode;