diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 17:54:15 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 17:54:15 +0100 |
| commit | 6c5bfa228502bd06989c1892d71c61add419a0ea (patch) | |
| tree | d2a3fd0c76c60957a1facff0996f475e88e83443 /src/geometry.h | |
| parent | 654cd13559cc8325f69eb38612c454b1db4bfca6 (diff) | |
oh je
Diffstat (limited to 'src/geometry.h')
| -rw-r--r-- | src/geometry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/geometry.h b/src/geometry.h index 19698c6..6c3e36a 100644 --- a/src/geometry.h +++ b/src/geometry.h @@ -10,8 +10,8 @@ struct quad_s { u32 indices[WAYC_QUAD_NINDICES]; }; -static inline void wayc_quad_init(quad_s* quad, f32 left, f32 top, f32 right, - f32 bottom) { +static inline void wayc_quad_init(struct quad_s* quad, f32 left, f32 top, + f32 right, f32 bottom) { wayc_notnull(quad); /* |
