Might fix odd font flickering.

This commit is contained in:
Themaister 2011-02-26 19:32:59 +01:00
parent 9aeb40155e
commit fed1857918
1 changed files with 1 additions and 0 deletions

View File

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