From aea7fa2bb8f035263bd9494fd55a98fbe24c31d5 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Sun, 26 Mar 2023 13:15:50 +0100 Subject: [PATCH] Fix blend comment --- Raylib-cs/types/Core.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Raylib-cs/types/Core.cs b/Raylib-cs/types/Core.cs index 9bff4ab..d377c13 100644 --- a/Raylib-cs/types/Core.cs +++ b/Raylib-cs/types/Core.cs @@ -174,7 +174,7 @@ namespace Raylib_cs BLEND_CUSTOM, /// - /// Blend textures using custom src/dst factors (use rlSetBlendFactorsSeparate()) + /// Blend textures using custom rgb/alpha separate src/dst factors (use rlSetBlendFactorsSeparate()) /// BLEND_CUSTOM_SEPARATE }