Revert "added the new enum over here"

This reverts commit 1141c57616.

	modified:   src/raylib.h
This commit is contained in:
Chris 2021-11-18 12:33:35 -08:00
parent 1141c57616
commit 9fdb018d22

View File

@ -839,8 +839,7 @@ typedef enum {
BLEND_MULTIPLIED, // Blend textures multiplying colors BLEND_MULTIPLIED, // Blend textures multiplying colors
BLEND_ADD_COLORS, // Blend textures adding colors (alternative) BLEND_ADD_COLORS, // Blend textures adding colors (alternative)
BLEND_SUBTRACT_COLORS, // Blend textures subtracting colors (alternative) BLEND_SUBTRACT_COLORS, // Blend textures subtracting colors (alternative)
BLEND_CUSTOM, // Blend textures using custom src/dst factors (use rlSetBlendMode()) BLEND_CUSTOM // Belnd textures using custom src/dst factors (use rlSetBlendMode())
BLEND_CUSTOM_SEPARATED // Blend textures using separate custom src/dst factors
} BlendMode; } BlendMode;
// Gesture // Gesture