Watch
2
0
Fork
You've already forked raylib-cs
0

Fix blend comment

This commit is contained in:
Rgebee 2023-03-26 13:15:50 +01:00
commit aea7fa2bb8

View file

@ -174,7 +174,7 @@ namespace Raylib_cs
BLEND_CUSTOM,
/// <summary>
/// Blend textures using custom src/dst factors (use rlSetBlendFactorsSeparate())
/// Blend textures using custom rgb/alpha separate src/dst factors (use rlSetBlendFactorsSeparate())
/// </summary>
BLEND_CUSTOM_SEPARATE
}