mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 22:38:34 +00:00
Drop another call to glClearColor.
This commit is contained in:
parent
b00194e52f
commit
8da0fd6f6d
@ -485,7 +485,6 @@ static bool gfx_ctx_set_video_mode(
|
||||
if (!eglMakeCurrent(g_egl_dpy, g_egl_surf, g_egl_surf, g_egl_ctx))
|
||||
goto error;
|
||||
|
||||
glClearColor(0.0, 0.0, 0.0, 1.0);
|
||||
glClear(GL_COLOR_BUFFER_BIT);
|
||||
eglSwapBuffers(g_egl_dpy, g_egl_surf);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user