Compare commits

...

2 commits

Author SHA1 Message Date
Yang Zhang 7ae47ed350
Merge 6e379a7c41 into 7874cdb085 2025-09-29 10:27:45 +02:00
YangMann 6e379a7c41 Remove unneeded semicolon so that Odin compiler won't fail with -strict-style -vet 2025-09-19 03:38:38 -07:00

View file

@ -437,7 +437,7 @@ UI_AutoId :: proc() -> proc (config: ElementDeclaration) -> bool {
return ConfigureOpenElement return ConfigureOpenElement
} }
UI :: proc{UI_WithId, UI_AutoId}; UI :: proc{UI_WithId, UI_AutoId}
Text :: proc($text: string, config: ^TextElementConfig) { Text :: proc($text: string, config: ^TextElementConfig) {
wrapped := MakeString(text) wrapped := MakeString(text)