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:
ellie-but-backwards 2025-03-25 05:25:25 +01:00 committed by GitHub
parent 47d1d84bc8
commit 8a64fc251b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,7 +111,6 @@ TextElementConfig :: struct {
lineHeight: u16,
wrapMode: TextWrapMode,
textAlignment: TextAlignment,
hashStringContents: bool,
}
ImageElementConfig :: struct {