diff options
author | pommicket <pommicket@gmail.com> | 2023-08-06 15:24:55 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-06 15:24:55 -0400 |
commit | 823815101f55ca0ce67f36867b93934ccdba1953 (patch) | |
tree | 2766bf1cf860245445e52aa4626b0005fb701e4d /util.h | |
parent | 52da64686fb506372fa09ab562915f895cd88cb9 (diff) |
silence weird opengl warning
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -228,7 +228,6 @@ Rect rect_xywh(float x, float y, float w, float h); Rect rect_centered(vec2 center, vec2 size); vec2 rect_center(Rect r); bool rect_contains_point(Rect r, vec2 point); -Rect rect_translate(Rect r, vec2 by); void rect_coords(Rect r, float *x1, float *y1, float *x2, float *y2); float rect_x1(Rect r); float rect_y1(Rect r); |