From 6c5bfa228502bd06989c1892d71c61add419a0ea Mon Sep 17 00:00:00 2001 From: Fabrice Date: Thu, 12 Feb 2026 17:54:15 +0100 Subject: oh je --- src/geometry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/geometry.h') 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); /* -- cgit v1.2.3