Revert "added the new enum over here"
This reverts commit 1141c57616.
modified: src/raylib.h
This commit is contained in:
parent
1141c57616
commit
9fdb018d22
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user