mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] app: make overlay mode more transparent
This commit is contained in:
parent
cc3494437a
commit
f2b8ff9e8d
@ -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 New Issue
Block a user