mirror of
https://github.com/nicbarker/clay.git
synced 2025-09-18 12:36:17 +00:00
Update bindings/odin/clay-odin/clay.odin
This commit is contained in:
parent
99775ace5e
commit
7c2d93361d
|
@ -32,7 +32,7 @@ Dimensions :: struct {
|
|||
Arena :: struct {
|
||||
label: String,
|
||||
nextAllocation: u64,
|
||||
capacity: u16,
|
||||
capacity: u64,
|
||||
memory: [^]c.char,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue