You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like the error tells you, you haven't called ImGui::CreateContext() or ImGui::SetCurrentContext()
You need to create a new context when initializing and destroy that context when finishing up.
https://imgur.com/LMcAOPL.png
https://imgur.com/TZ8NFlF.png
Codes:
Any ideas?
The text was updated successfully, but these errors were encountered: