diff options
author | Dave Parks <davep@lindenlab.com> | 2011-11-21 16:00:52 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-11-21 16:00:52 -0600 |
commit | 08f364bfc9aaeb771145d660287427c41b1dc0bf (patch) | |
tree | f818af730ea8a4d305e4710fb3e5a5420b18544c /indra/newview/lldrawpool.h | |
parent | 5c690db63ff118b6bc66fe1607624a59f4162b30 (diff) |
SH-2708 Fix for broken shadows on alpha objects
Diffstat (limited to 'indra/newview/lldrawpool.h')
-rw-r--r-- | indra/newview/lldrawpool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lldrawpool.h b/indra/newview/lldrawpool.h index c7acbb42c6..5a2981e749 100644 --- a/indra/newview/lldrawpool.h +++ b/indra/newview/lldrawpool.h @@ -133,7 +133,6 @@ public: PASS_ALPHA, PASS_ALPHA_MASK, PASS_FULLBRIGHT_ALPHA_MASK, - PASS_ALPHA_SHADOW, NUM_RENDER_TYPES, }; |