mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
(Lakka) Fix zoom out animation
This commit is contained in:
parent
0a2c471ffe
commit
21de27d935
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user