diff options
Diffstat (limited to 'src/rendering.h')
| -rw-r--r-- | src/rendering.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
