summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2022-01-28 21:25:40 +0100
committerraysan5 <[email protected]>2022-01-28 21:25:40 +0100
commit44d3cee5d1e779ba9b62394a351537c557f11276 (patch)
tree4412f1aea45a846e8faa189681dc5218bc314f59 /src/raylib.h
parentd38fe92c3f50fe14f051b4822ae9d24dd59067f5 (diff)
downloadraylib-44d3cee5d1e779ba9b62394a351537c557f11276.tar.gz
raylib-44d3cee5d1e779ba9b62394a351537c557f11276.zip
Minor tweak
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 6e6e2e2a..70384e28 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -839,7 +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 // Belnd textures using custom src/dst factors (use rlSetBlendMode())
+ BLEND_CUSTOM // Blend textures using custom src/dst factors (use rlSetBlendMode())
} BlendMode;
// Gesture