From fed185791887ab92480e7769d8faf1d0aa49c91d Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 26 Feb 2011 19:32:59 +0100 Subject: [PATCH] Might fix odd font flickering. --- gfx/gl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/gl.c b/gfx/gl.c index 6a8a3bf300..2d4f29c744 100644 --- a/gfx/gl.c +++ b/gfx/gl.c @@ -266,6 +266,7 @@ static void gl_render_msg(gl_t *gl, const char *msg) GL_UNSIGNED_BYTE, head->output); head = head->next; + glFlush(); glDrawArrays(GL_QUADS, 0, 4); } font_renderer_free_output(&out);