From a6f32105936180e825ad652817d5792abc54e42d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 14 Apr 2013 13:18:09 +0200 Subject: [PATCH] (GL) Drop glBlendFunc GL_ONE function call - not needed for RMenu at least --- gfx/gl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/gl.c b/gfx/gl.c index aacacad022..bac62582f9 100644 --- a/gfx/gl.c +++ b/gfx/gl.c @@ -1258,7 +1258,6 @@ static inline void gl_draw_texture(void *data) gl->shader->use(0); gl_shader_set_coords(gl, &gl->coords, &gl->mvp_no_rot); - glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA); glEnable(GL_BLEND); if (gl->rgui_texture_full_screen)