mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-19 04:38:01 +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 New Issue
Block a user