From 1141c5761691227a5ce7d4ca0a9cb60645535382 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 18 Nov 2021 11:57:34 -0800 Subject: [PATCH] added the new enum over here --- src/raylib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/raylib.h b/src/raylib.h index 4655bfbc7..780d406d5 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -839,7 +839,8 @@ typedef enum { BLEND_MULTIPLIED, // Blend textures multiplying colors BLEND_ADD_COLORS, // Blend textures adding colors (alternative) BLEND_SUBTRACT_COLORS, // Blend textures subtracting colors (alternative) - BLEND_CUSTOM // Belnd textures using custom src/dst factors (use rlSetBlendMode()) + BLEND_CUSTOM, // Blend textures using custom src/dst factors (use rlSetBlendMode()) + BLEND_CUSTOM_SEPARATED // Blend textures using separate custom src/dst factors } BlendMode; // Gesture