From 46cb332d59d00b7a376f71dd71f79c9bd2143518 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 18 Nov 2021 11:35:10 -0800 Subject: [PATCH] fixed typo --- src/rlgl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,