[Renderers/SDL3] Fix up outdated API usage in SDL3 example

This commit is contained in:
Nic Barker 2025-06-18 09:54:27 +10:00
parent c524485c46
commit 13ecd80ee5

View file

@ -65,12 +65,9 @@ Clay_RenderCommandArray ClayImageSample_CreateLayout() {
.layout = {
.sizing = layoutExpand
},
.aspectRatio = { 23.0 / 42.0 },
.image = {
.imageData = sample_image,
.sourceDimensions = {
.width = 23,
.height = 42
},
}
});
}