From a11a20411bfd5d8267767fff4f2515774f162002 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sat, 31 Jul 2021 20:32:06 +1000 Subject: [PATCH] [client] overlay: disable the imgui demo window --- client/src/app.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/app.c b/client/src/app.c index 30c47b33..34ba90c0 100644 --- a/client/src/app.c +++ b/client/src/app.c @@ -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)