Closed JohnEmhoff closed 1 year ago
This is addressed in 829dc15. Let me know if this solves your issue.
New binaries can be found on the Releases page.
Works great, thanks! Thanks for the quick fix (which looked kind of annoying as well).
Ha, yeah it was a little annoying! 😄
Glad it's fixed.
Hello! I get an odd error when I call nuklear functions from a coroutine:
Here's a minimal reproduction:
As far as I can see it's failing on the call to
windowBegin()
. If I replace thecoroutine.resume
call withui_one_frame
(i.e. call the nuklear functions from the main coroutine) things work fine. Is this expected behavior?