From eb7820b2b0832b2e624709cfae1a61606833ef62 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 15 Jan 2021 00:20:35 +0100 Subject: [PATCH] Review comment --- src/raylib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raylib.h b/src/raylib.h index a28711174..24992a4f6 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