Corrected render style definition

This commit is contained in:
Christoph Oelckers 2018-04-27 09:34:02 +02:00
commit fbcf2033c6
2 changed files with 3 additions and 1 deletions

View file

@ -62,6 +62,7 @@ enum ERenderStyle
STYLE_AddStencil, // Fill image interior with alphacolor
STYLE_AddShaded, // Treat patch data as alpha values for alphacolor
STYLE_Multiply, // Multiply source with destination (HW renderer only.)
STYLE_InverseMultiply, // Multiply source with inverse of destination (HW renderer only.)
STYLE_Count
};