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
ImGui::Shutdown() does not reset g.CurrentWindow to NULL so restarting imgui after shutdown can cause a crash when the pointer is deferenced in NewFrame(). Now this is probably an unusual use case but I have a live coding setup that requires restarting the app occasionally...
The text was updated successfully, but these errors were encountered:
ImGui::Shutdown() does not reset g.CurrentWindow to NULL so restarting imgui after shutdown can cause a crash when the pointer is deferenced in NewFrame(). Now this is probably an unusual use case but I have a live coding setup that requires restarting the app occasionally...
The text was updated successfully, but these errors were encountered: