Skip to content

Commit

Permalink
Added blending mode subtract2
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 1, 2005
1 parent d0ee0d3 commit de2fbed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/Include/gl_main.h
Expand Up @@ -31,7 +31,8 @@ typedef enum blendmode_e {
BM_SUBTRACT,
BM_REVERSE_SUBTRACT,
BM_MUL,
BM_INVERSE_MUL
BM_INVERSE_MUL,
BM_ALPHA_SUBTRACT
} blendmode_t;

boolean GL_IsInited(void);
Expand Down

0 comments on commit de2fbed

Please sign in to comment.