(Lakka) Fix zoom out animation

This commit is contained in:
Jean-André Santoni 2014-09-30 15:16:47 +02:00
parent 0a2c471ffe
commit 21de27d935

View File

@ -376,6 +376,7 @@ void lakka_draw_icon(GLuint texture, float x, float y,
gl_shader_set_coords(gl, &gl->coords, &mymat);
glEnable(GL_BLEND);
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
glDrawArrays(GL_TRIANGLE_STRIP, 0, 4);
glDisable(GL_BLEND);