From e4e1451eaa20174a5e75f962b246181b37197840 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sun, 18 Jul 2021 21:22:16 +1000 Subject: [PATCH] [client] app: give some transparency to the new FPS window --- client/src/app.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/app.c b/client/src/app.c index 51f51c9e..e5d158cf 100644 --- a/client/src/app.c +++ b/client/src/app.c @@ -680,6 +680,7 @@ bool app_renderImGui(void) if (g_state.showFPS) { const ImVec2 pos = {0.0f, 0.0f}; + igSetNextWindowBgAlpha(0.6f); igSetNextWindowPos(pos, 0, pos); igBegin(