mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-09-03 13:50:57 +00:00
[client] app: give some transparency to the new FPS window
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user