Remove redundant flush.

This commit is contained in:
Themaister 2011-02-05 11:32:23 +01:00
parent 359d228632
commit 757514242d

View File

@ -401,7 +401,6 @@ static bool gl_frame(void *data, const uint16_t* frame, unsigned width, unsigned
gl_render_msg(gl, msg);
show_fps();
glFlush();
SDL_GL_SwapBuffers();
return true;