Fix typo in Rlgl
This commit is contained in:
parent
bb535732cd
commit
4ce55fba66
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ namespace Raylib_cs
|
||||||
|
|
||||||
/// <summary>Set blending mode factor and equation (using OpenGL factors)</summary>
|
/// <summary>Set blending mode factor and equation (using OpenGL factors)</summary>
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern void rlSetBlendModeFactors(int glSrcFactor, int glDstFactor, int glEquation);
|
public static extern void rlSetBlendFactors(int glSrcFactor, int glDstFactor, int glEquation);
|
||||||
|
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue