Update bindings/odin/clay-odin/clay.odin

This commit is contained in:
Nic Barker 2024-09-01 10:59:48 +12:00 committed by GitHub
parent 99775ace5e
commit 7c2d93361d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ Dimensions :: struct {
Arena :: struct { Arena :: struct {
label: String, label: String,
nextAllocation: u64, nextAllocation: u64,
capacity: u16, capacity: u64,
memory: [^]c.char, memory: [^]c.char,
} }