fixed typo
This commit is contained in:
parent
0d7b3fd069
commit
46cb332d59
|
|
@ -1819,7 +1819,7 @@ void rlSetBlendMode(int mode)
|
||||||
case RL_BLEND_CUSTOM_SEPARATED:
|
case RL_BLEND_CUSTOM_SEPARATED:
|
||||||
glBlendFuncSeparate(
|
glBlendFuncSeparate(
|
||||||
RLGL.State.glBlendSrcFactorColor, RLGL.State.glBlendDstFactorColor,
|
RLGL.State.glBlendSrcFactorColor, RLGL.State.glBlendDstFactorColor,
|
||||||
RLGL.State.glBlendSrcFactorAlpha, RLGL.State.glBlendDstFactorAlpha,
|
RLGL.State.glBlendSrcFactorAlpha, RLGL.State.glBlendDstFactorAlpha
|
||||||
);
|
);
|
||||||
glBlendEquationSeparate(
|
glBlendEquationSeparate(
|
||||||
RLGL.State.glBlendEquationColor,
|
RLGL.State.glBlendEquationColor,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user