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)