From 29805da671f7dd13f9e1b25800ac6a846391d355 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Wed, 11 Feb 2026 21:36:49 +0100 Subject: fixing use method --- src/rendering.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rendering.h') diff --git a/src/rendering.h b/src/rendering.h index 7609b8a..b70d366 100644 --- a/src/rendering.h +++ b/src/rendering.h @@ -60,5 +60,5 @@ struct atlas_s { }; bool wayc_atlas_init(atlas_s* atlas, u32 width, u32 height); -void wayc_atlas_use(atlas_s atlas, u32 slot); +void wayc_atlas_use(atlas_s* atlas, u32 slot); void wayc_atlas_deinit(atlas_s* atlas); -- cgit v1.2.3