From 9fdb018d2235b0b27c06882ff85a0515c82ddb11 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 18 Nov 2021 12:33:35 -0800 Subject: [PATCH] Revert "added the new enum over here" This reverts commit 1141c5761691227a5ce7d4ca0a9cb60645535382. modified: src/raylib.h --- src/raylib.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/raylib.h b/src/raylib.h index 780d406d5..4655bfbc7 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -839,8 +839,7 @@ 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, // Blend textures using custom src/dst factors (use rlSetBlendMode()) - BLEND_CUSTOM_SEPARATED // Blend textures using separate custom src/dst factors + BLEND_CUSTOM // Belnd textures using custom src/dst factors (use rlSetBlendMode()) } BlendMode; // Gesture