mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-10 23:07:04 +00:00
[client] app: give some transparency to the new FPS window
This commit is contained in:
parent
7c872d2d9e
commit
e4e1451eaa
@ -680,6 +680,7 @@ bool app_renderImGui(void)
|
|||||||
if (g_state.showFPS)
|
if (g_state.showFPS)
|
||||||
{
|
{
|
||||||
const ImVec2 pos = {0.0f, 0.0f};
|
const ImVec2 pos = {0.0f, 0.0f};
|
||||||
|
igSetNextWindowBgAlpha(0.6f);
|
||||||
igSetNextWindowPos(pos, 0, pos);
|
igSetNextWindowPos(pos, 0, pos);
|
||||||
|
|
||||||
igBegin(
|
igBegin(
|
||||||
|
Loading…
Reference in New Issue
Block a user