[client] overlay: disable the imgui demo window

This commit is contained in:
Geoffrey McRae 2021-07-31 20:32:06 +10:00
parent 5e2f1b3fac
commit a11a20411b

View File

@ -736,8 +736,8 @@ int app_renderOverlay(struct Rect * rects, int maxRects)
ImDrawList_AddRectFilled(igGetBackgroundDrawListNil(), (ImVec2) { 0.0f , 0.0f },
g_state.io->DisplaySize, 0xCC000000, 0, 0);
bool test;
igShowDemoWindow(&test);
// bool test;
// igShowDemoWindow(&test);
ImGuiMouseCursor cursor = igGetMouseCursor();
if (cursor != g_state.cursorLast)