Drop another call to glClearColor.

This commit is contained in:
Themaister 2012-10-17 21:35:40 +02:00
parent b00194e52f
commit 8da0fd6f6d

View File

@ -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);