Fix enumerated arrays for .odin-doc

This commit is contained in:
gingerBill
2021-04-18 19:15:14 +01:00
parent 2ce9873464
commit 9b3fb25a41
2 changed files with 9 additions and 4 deletions

View File

@@ -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;