mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00: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_flags :: distinct bit_set[skip_flag; u32]
|
||||||
skip_flag :: enum {
|
skip_flag :: enum u32 {
|
||||||
ZWNJ = 0,
|
ZWNJ = 0,
|
||||||
ZWJ = 1,
|
ZWJ = 1,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user