diff --git a/vendor/kb_text_shape/kb_text_shape_types.odin b/vendor/kb_text_shape/kb_text_shape_types.odin index 6c4465319..b391ef0e4 100644 --- a/vendor/kb_text_shape/kb_text_shape_types.odin +++ b/vendor/kb_text_shape/kb_text_shape_types.odin @@ -1933,7 +1933,7 @@ break_state :: struct { } decode :: struct { - Codepoint: rune, + Codepoint: rune, SourceCharactersConsumed: c.int, Valid: b32,