From f2b8ff9e8d7473f58545d73fa754ec18c8660db7 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Tue, 10 Aug 2021 01:15:31 +1000 Subject: [PATCH] [client] app: make overlay mode more transparent --- client/src/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app.c b/client/src/app.c index 3bc9283d..c540252e 100644 --- a/client/src/app.c +++ b/client/src/app.c @@ -780,7 +780,7 @@ int app_renderOverlay(struct Rect * rects, int maxRects) { totalDamage = true; ImDrawList_AddRectFilled(igGetBackgroundDrawListNil(), (ImVec2) { 0.0f , 0.0f }, - g_state.io->DisplaySize, 0xCC000000, 0, 0); + g_state.io->DisplaySize, 0x66000000, 0, 0); // bool test; // igShowDemoWindow(&test);