mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
[client] app: give some transparency to the new FPS window
This commit is contained in:
parent
7c872d2d9e
commit
e4e1451eaa
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue