Skip to content

Commit ba1e91b

Browse files
authored
Change comment about custom blend modes in rlgl.h (#2260)
1 parent 7eb341c commit ba1e91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rlgl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ typedef enum {
433433
RL_BLEND_MULTIPLIED, // Blend textures multiplying colors
434434
RL_BLEND_ADD_COLORS, // Blend textures adding colors (alternative)
435435
RL_BLEND_SUBTRACT_COLORS, // Blend textures subtracting colors (alternative)
436-
RL_BLEND_CUSTOM // Belnd textures using custom src/dst factors (use SetBlendModeCustom())
436+
RL_BLEND_CUSTOM // Blend textures using custom src/dst factors (use rlSetBlendFactors())
437437
} rlBlendMode;
438438

439439
// Shader location point type

0 commit comments

Comments
 (0)