mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-22 11:48:10 +00:00
[client] app: make overlay mode more transparent
This commit is contained in:
parent
cc3494437a
commit
f2b8ff9e8d
1 changed files with 1 additions and 1 deletions
|
@ -780,7 +780,7 @@ int app_renderOverlay(struct Rect * rects, int maxRects)
|
|||
{
|
||||
totalDamage = true;
|
||||
ImDrawList_AddRectFilled(igGetBackgroundDrawListNil(), (ImVec2) { 0.0f , 0.0f },
|
||||
g_state.io->DisplaySize, 0xCC000000, 0, 0);
|
||||
g_state.io->DisplaySize, 0x66000000, 0, 0);
|
||||
|
||||
// bool test;
|
||||
// igShowDemoWindow(&test);
|
||||
|
|
Loading…
Reference in a new issue