Update glez.h

This commit is contained in:
BenCat07 2018-03-04 10:47:00 +01:00 committed by GitHub
parent 35e0841d5e
commit da346a5426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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, 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, 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, void glez_string(float x, float y, const char *string, glez_font_t font,
glez_rgba_t color, float *out_x, float *out_y); glez_rgba_t color, float *out_x, float *out_y);