From d51d692fbc4b055e9c74ffb2e01fd6aeccd9efa3 Mon Sep 17 00:00:00 2001 From: BenCat07 Date: Fri, 9 Mar 2018 06:31:44 +0100 Subject: [PATCH] oof --- include/visual/glez.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/visual/glez.h b/include/visual/glez.h index 2e7db651..a1aa3b09 100644 --- a/include/visual/glez.h +++ b/include/visual/glez.h @@ -93,7 +93,7 @@ void glez_rect_outline(float x, float y, float w, float h, glez_rgba_t color, void glez_rect_textured(float x, float y, float w, float h, glez_rgba_t color, glez_texture_t texture, float tx, float ty, float tw, - float th); + float th, float angle); void glez_string(float x, float y, const char *string, glez_font_t font, glez_rgba_t color, float *out_x, float *out_y);