[client] app: give some transparency to the new FPS window

This commit is contained in:
Geoffrey McRae 2021-07-18 21:22:16 +10:00
parent 7c872d2d9e
commit e4e1451eaa

View file

@ -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(