diff options
author | Oz Linden <oz@lindenlab.com> | 2012-02-29 11:11:10 -0800 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-02-29 11:11:10 -0800 |
commit | 373ee3dd23dff931a4fb639dca183acb473a9d43 (patch) | |
tree | 183b47447d0f60dd133dff4e7361462c46061d3b /indra/newview/lldrawpool.h | |
parent | 1bbdf941a250bb7296e2ba4968f0fdfb8c6f4d75 (diff) | |
parent | 077130eaee30883cb9e666584b3362e2481bd6dd (diff) |
merge changes for sh-2963
Diffstat (limited to 'indra/newview/lldrawpool.h')
-rw-r--r-- | indra/newview/lldrawpool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lldrawpool.h b/indra/newview/lldrawpool.h index 5a2981e749..64774d06df 100644 --- a/indra/newview/lldrawpool.h +++ b/indra/newview/lldrawpool.h @@ -133,6 +133,7 @@ public: PASS_ALPHA, PASS_ALPHA_MASK, PASS_FULLBRIGHT_ALPHA_MASK, + PASS_ALPHA_INVISIBLE, NUM_RENDER_TYPES, }; |