Fix build if freetype isn't enabled.

This commit is contained in:
Themaister 2012-08-09 10:36:42 +02:00
parent db6c0ee85c
commit 749329f455

View File

@ -282,7 +282,7 @@ void gl_render_msg(void *data, const char *msg)
struct gl_ortho ortho = {0, 1, 0, 1, -1, 1};
gl_set_projection(gl, &ortho, true);
#else
(void)gl;
(void)data;
(void)msg;
#endif
}