diff --git a/src/rlgl.h b/src/rlgl.h index 408d2736b..c350a9194 100644 --- a/src/rlgl.h +++ b/src/rlgl.h @@ -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,