fixed typo

This commit is contained in:
Chris 2021-11-18 11:35:10 -08:00
parent 0d7b3fd069
commit 46cb332d59

View File

@ -1819,7 +1819,7 @@ void rlSetBlendMode(int mode)
case RL_BLEND_CUSTOM_SEPARATED:
glBlendFuncSeparate(
RLGL.State.glBlendSrcFactorColor, RLGL.State.glBlendDstFactorColor,
RLGL.State.glBlendSrcFactorAlpha, RLGL.State.glBlendDstFactorAlpha,
RLGL.State.glBlendSrcFactorAlpha, RLGL.State.glBlendDstFactorAlpha
);
glBlendEquationSeparate(
RLGL.State.glBlendEquationColor,