Fix blend comment
This commit is contained in:
parent
5bdaeed24e
commit
aea7fa2bb8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue