Closed SushilRagoonath closed 1 month ago
@SushilRagoonath Hello, sorry you're having trouble. I have a suspicion about what this could be, will investigate today and let you know what I find!
I've merged a change that I think should fix this issue in https://github.com/nicbarker/clay/pull/44, please try out main
and let me know if it works for you 🙂
Cool, it works now, ran it for a few minutes and it worked fine. Thanks
Hi there, I'm enjoying creating something with this library using the odin bindings. I have an application where I keep changing the text element and after around 40 changes(its inconsistent) the application freezes up and gets stuck in line 2471 of after calling clay.EndLayout() I have the state of the local variables here as I recompiled the library with debug symbols. I cannot seem to get any warnings or better errors so let me know the best way to do that if it would help. I am on windows but compiling the library on ubuntu. Here is the state Theres nothing particularly interesting about my layout except the text changes on a button press.