Shut up compiler warning.

This commit is contained in:
Themaister 2012-11-15 22:29:02 +01:00
parent ed8433bd73
commit 1fb2d20779

View File

@ -304,6 +304,9 @@ void gl_shader_set_coords(gl_t *gl, const struct gl_coords *coords, const math_m
bool ret_coords = false;
bool ret_mvp = false;
(void)ret_coords;
(void)ret_mvp;
if (gl->shader)
ret_coords = gl->shader->set_coords(coords);
if (gl->shader)