mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
Fix enum size
This commit is contained in:
+1
-1
@@ -1632,7 +1632,7 @@ op_state_normalize :: struct {
|
||||
|
||||
|
||||
skip_flags :: distinct bit_set[skip_flag; u32]
|
||||
skip_flag :: enum {
|
||||
skip_flag :: enum u32 {
|
||||
ZWNJ = 0,
|
||||
ZWJ = 1,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user