From 00597127dda818ae29a30ee501bc720cf9a15f99 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Wed, 24 Nov 2021 16:39:29 +0000 Subject: [PATCH] Add missing field `skip_missing` --- vendor/stb/truetype/stb_truetype.odin | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor/stb/truetype/stb_truetype.odin b/vendor/stb/truetype/stb_truetype.odin index 169e04a95..3abb187c2 100644 --- a/vendor/stb/truetype/stb_truetype.odin +++ b/vendor/stb/truetype/stb_truetype.odin @@ -98,6 +98,7 @@ pack_range :: struct { pack_context :: struct { user_allocator_context, pack_info: rawptr, width, height, stride_in_bytes, padding: c.int, + skip_missing: b32, h_oversample, v_oversample: u32, pixels: [^]byte, nodes: rawptr,