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
Should be fixed, thank you.
I also added comments in ItemAdd() about why we don't check that NavWindow is not NULL (this is a critical path function so we avoid extraneous checks there).
Version/Branch of Dear ImGui:
Version: 1.7
Branch: master
Back-end/Renderer/Compiler/OS:
Compiler: Visual Studio 2017
Operating System: Windows 10
My Issue/Question:
when there is no windows display multiple invoked ImGui::BeginMainMenu is crashed in imgui.cpp line 2831
Screenshots/Video
here's the modifyed file:
code.zip
The text was updated successfully, but these errors were encountered: