diff options
| author | Ray <[email protected]> | 2021-01-15 00:20:35 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-01-15 00:20:35 +0100 |
| commit | eb7820b2b0832b2e624709cfae1a61606833ef62 (patch) | |
| tree | e14c80121ce7983a3aa25a04b79de054e93fa467 /src | |
| parent | b7f275efb3a0c5ef18e4bfcede6f30b979059e59 (diff) | |
| download | raylib-eb7820b2b0832b2e624709cfae1a61606833ef62.tar.gz raylib-eb7820b2b0832b2e624709cfae1a61606833ef62.zip | |
Review comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index a2871117..24992a4f 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -831,7 +831,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 // Belnd textures using custom src/dst factors (use SetBlendModeCustom()) + BLEND_CUSTOM // Belnd textures using custom src/dst factors (use rlSetBlendMode()) } BlendMode; // Gestures type |
