mirror of
https://github.com/nicbarker/clay.git
synced 2025-09-18 20:46:17 +00:00
Remove field hashStringContents in odin bindings
PR #335 removed this field in clay.h but the bindings didn't reflect that change
This commit is contained in:
parent
47d1d84bc8
commit
8a64fc251b
|
@ -111,7 +111,6 @@ TextElementConfig :: struct {
|
|||
lineHeight: u16,
|
||||
wrapMode: TextWrapMode,
|
||||
textAlignment: TextAlignment,
|
||||
hashStringContents: bool,
|
||||
}
|
||||
|
||||
ImageElementConfig :: struct {
|
||||
|
|
Loading…
Reference in a new issue