diff options
Diffstat (limited to 'graphics/transform_struct.h')
-rw-r--r-- | graphics/transform_struct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/transform_struct.h b/graphics/transform_struct.h index 1d37492de4..c935f31420 100644 --- a/graphics/transform_struct.h +++ b/graphics/transform_struct.h @@ -32,6 +32,7 @@ enum TSpriteBlendMode { BLEND_NORMAL = 0, BLEND_ADDITIVE = 1, BLEND_SUBTRACTIVE = 2, + BLEND_MULTIPLY = 3, NUM_BLEND_MODES }; |