qtimgui
qtimgui copied to clipboard
Demo crash when using ImGui branch docking
Describe the bug Switch ImGui branch to docking branch then run demo, demo crashed, print assert meesage:
Assertion failed: (g.IO.KeyMap[n] >= -1 && g.IO.KeyMap[n] < ((int)(sizeof(g.IO.KeysDown) / sizeof(*(g.IO.KeysDown)))) && "io.KeyMap[] contains an out of bound value (need to be 0..511, or -1 for unmapped key)"), function ErrorCheckNewFrameSanityChecks, file imgui.cpp, line 8557.
Using master ImGui branch is ok, even I check out a new branch from docking and merge master, it also crashed, could you give me some help? Thank you.
any progress?
i comment these two place and then building passed, but don't know why