diff --git a/vendor/sdl3/ttf/sdl3_ttf.odin b/vendor/sdl3/ttf/sdl3_ttf.odin index 08b7a4e1f..d3b8d7508 100644 --- a/vendor/sdl3/ttf/sdl3_ttf.odin +++ b/vendor/sdl3/ttf/sdl3_ttf.odin @@ -98,7 +98,7 @@ GPUAtlasDrawSequence :: struct { atlas_texture: ^SDL.GPUTexture, xy, uv: [^]SDL.FPoint, num_vertices: c.int, - indices: ^c.int, + indices: [^]c.int, num_indices: c.int, image_type: ImageType, next: ^GPUAtlasDrawSequence,