Do not call gl_render_msg_pre().

This commit is contained in:
Themaister 2012-05-27 14:43:30 +02:00
parent 86295bf057
commit a61e52b419

View File

@ -950,7 +950,6 @@ static bool gl_frame(void *data, const void *frame, unsigned width, unsigned hei
if (msg)
{
gl_render_msg_pre(gl);
gl_render_msg(gl, msg);
gl_render_msg_post(gl);
}