Might fix odd font flickering.
This commit is contained in:
parent
9aeb40155e
commit
fed1857918
1
gfx/gl.c
1
gfx/gl.c
|
@ -266,6 +266,7 @@ static void gl_render_msg(gl_t *gl, const char *msg)
|
||||||
GL_UNSIGNED_BYTE, head->output);
|
GL_UNSIGNED_BYTE, head->output);
|
||||||
|
|
||||||
head = head->next;
|
head = head->next;
|
||||||
|
glFlush();
|
||||||
glDrawArrays(GL_QUADS, 0, 4);
|
glDrawArrays(GL_QUADS, 0, 4);
|
||||||
}
|
}
|
||||||
font_renderer_free_output(&out);
|
font_renderer_free_output(&out);
|
||||||
|
|
Loading…
Reference in New Issue