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,
|
BLEND_CUSTOM,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Blend textures using custom src/dst factors (use rlSetBlendFactorsSeparate())
|
/// Blend textures using custom rgb/alpha separate src/dst factors (use rlSetBlendFactorsSeparate())
|
||||||
/// </summary>
|
/// </summary>
|
||||||
BLEND_CUSTOM_SEPARATE
|
BLEND_CUSTOM_SEPARATE
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue