[Bindings/Odin] Remove field hashStringContents in odin bindings (#350)

This commit is contained in:
ellie-but-backwards 2025-03-25 21:21:35 +01:00 committed by GitHub
parent aee4baee1c
commit b1c72a0647
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 {