mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
Fix enumerated arrays for .odin-doc
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ struct OdinDocType {
|
||||
|
||||
// Used by some types
|
||||
u32 elem_count_len;
|
||||
u64 elem_counts[OdinDocType_ElemsCap];
|
||||
i64 elem_counts[OdinDocType_ElemsCap];
|
||||
|
||||
// Each of these is esed by some types, not all
|
||||
OdinDocArray<OdinDocTypeIndex> types;
|
||||
|
||||
Reference in New Issue
Block a user