[client] app: make overlay mode more transparent

This commit is contained in:
Geoffrey McRae 2021-08-10 01:15:31 +10:00
parent cc3494437a
commit f2b8ff9e8d

View File

@ -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);